UCOMIBindCtx.RevokeObjectBound(Object) Method

Definition

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)

Parameters

punk
Object

The object to unregister for release.

Remarks

For more information, please see the existing documentation for IBindCtx::RevokeObjectBound in the MSDN library.

Applies to