IBindCtx.RevokeObjectBound(Object) 方法

定义

从需要释放的注册对象集中移除该对象。Removes the object from the set of registered objects that need to be released.

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

参数

punk
Object

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

注解

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

适用于