IRunningObjectTable.GetObject(IMoniker, Object) Metodo

Definizione

Restituisce l'oggetto registrato se il nome dell'oggetto fornito è registrato come oggetto in esecuzione.

public:
 int GetObject(System::Runtime::InteropServices::ComTypes::IMoniker ^ pmkObjectName, [Runtime::InteropServices::Out] System::Object ^ % ppunkObject);
public int GetObject (System.Runtime.InteropServices.ComTypes.IMoniker pmkObjectName, out object ppunkObject);
abstract member GetObject : System.Runtime.InteropServices.ComTypes.IMoniker * obj -> int
Public Function GetObject (pmkObjectName As IMoniker, ByRef ppunkObject As Object) As Integer

Parametri

pmkObjectName
IMoniker

Riferimento al moniker da cercare nella tabella ROT.

ppunkObject
Object

Quando termina, questo metodo contiene l'oggetto in esecuzione richiesto. Questo parametro viene passato non inizializzato.

Restituisce

Un HRESULT che indica l'esito positivo o negativo dell'operazione.

Commenti

Per altre informazioni, vedere Metodo IRunningObjectTable::GetObject.

Si applica a