IBindCtx.GetRunningObjectTable(IRunningObjectTable) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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.