UCOMIBindCtx.RegisterObjectBound(Object) Método
Definição
Registra o objeto passado como um dos objetos que foi associado durante uma operação de moniker e que deve ser liberado quando ela for concluída.Register the passed object as one of the objects that has been bound during a moniker operation and which should be released when it is complete.
public:
void RegisterObjectBound(System::Object ^ punk);
public void RegisterObjectBound (object punk);
abstract member RegisterObjectBound : obj -> unit
Public Sub RegisterObjectBound (punk As Object)
Parâmetros
- punk
- Object
O objeto a ser registrado para liberação.The object to register for release.
Comentários
Para obter mais informações, consulte a documentação existente para IBindCtx::RegisterObjectBound na biblioteca MSDN.For more information, please see the existing documentation for IBindCtx::RegisterObjectBound in the MSDN library.