UCOMIBindCtx.RevokeObjectBound(Object) Método
Definição
Remove o objeto do conjunto de objetos registrados que precisam ser liberados.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)
Parâmetros
- punk
- Object
O objeto que terá o registro de liberação cancelado.The object to unregister for release.
Comentários
Para obter mais informações, consulte a documentação existente para IBindCtx::RevokeObjectBound na biblioteca MSDN.For more information, please see the existing documentation for IBindCtx::RevokeObjectBound in the MSDN library.