IBindCtx.GetRunningObjectTable(IRunningObjectTable) Metodo

Definizione

Restituisce l'accesso alla tabella degli oggetti in esecuzione (ROT, Running Object Table) relativa a questo processo di associazione.

public:
 void GetRunningObjectTable([Runtime::InteropServices::Out] System::Runtime::InteropServices::ComTypes::IRunningObjectTable ^ % pprot);
public void GetRunningObjectTable (out System.Runtime.InteropServices.ComTypes.IRunningObjectTable pprot);
public void GetRunningObjectTable (out System.Runtime.InteropServices.ComTypes.IRunningObjectTable? pprot);
abstract member GetRunningObjectTable : IRunningObjectTable -> unit
Public Sub GetRunningObjectTable (ByRef pprot As IRunningObjectTable)

Parametri

pprot
IRunningObjectTable

Quando termina, questo metodo contiene un riferimento alla tabella ROT. Questo parametro viene passato non inizializzato.

Commenti

Per altre informazioni, vedere la documentazione esistente per IBindCtx::GetRunningObjectTable la libreria MSDN.

Si applica a