UCOMIRunningObjectTable.GetObject(UCOMIMoniker, Object) Método

Definição

Retorna o objeto registrado se o nome do objeto fornecido for registrado como em execução.Returns the registered object if the supplied object name is registered as running.

public:
 void GetObject(System::Runtime::InteropServices::UCOMIMoniker ^ pmkObjectName, [Runtime::InteropServices::Out] System::Object ^ % ppunkObject);
public void GetObject (System.Runtime.InteropServices.UCOMIMoniker pmkObjectName, out object ppunkObject);
abstract member GetObject : System.Runtime.InteropServices.UCOMIMoniker * obj -> unit
Public Sub GetObject (pmkObjectName As UCOMIMoniker, ByRef ppunkObject As Object)

Parâmetros

pmkObjectName
UCOMIMoniker

Referência ao moniker a ser pesquisado no ROT.Reference to the moniker to search for in the ROT.

ppunkObject
Object

No retorno bem-sucedido, contém o objeto em execução solicitado.On successful return, contains the requested running object.

Comentários

Para obter mais informações, consulte a documentação existente para IRunningObjectTable::GetObject na biblioteca MSDN.For more information, please see the existing documentation for IRunningObjectTable::GetObject in the MSDN library.

Aplica-se a