IBindCtx.RegisterObjectBound(Object) 方法

定义

将传递的对象注册为已在名字对象操作期间绑定且应在此操作完成之后释放的对象之一。Registers the passed object as one of the objects that has been bound during a moniker operation and that should be released when the operation is complete.

public:
 void RegisterObjectBound(System::Object ^ punk);
public void RegisterObjectBound (object punk);
abstract member RegisterObjectBound : obj -> unit
Public Sub RegisterObjectBound (punk As Object)

参数

punk
Object

要为释放而注册的对象。The object to register for release.

注解

有关详细信息,请参阅 IBindCtx::RegisterObjectBound MSDN library 中的现有文档。For more information, see the existing documentation for IBindCtx::RegisterObjectBound in the MSDN library.

适用于