Sdílet prostřednictvím


IBindCtx.GetRunningObjectTable(IRunningObjectTable) Metoda

Definice

Vrátí přístup ke spuštěné tabulce objektů (ROT), která je relevantní pro tento proces vazby.

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)

Parametry

pprot
IRunningObjectTable

Když tato metoda vrátí, obsahuje odkaz na tabulku běžících objektů (ROT). Tento parametr se předává neinicializovaný.

Poznámky

Další informace najdete v existující dokumentaci k IBindCtx::GetRunningObjectTable nástroji v knihovně MSDN.

Platí pro