IBindCtx.GetRunningObjectTable(IRunningObjectTable) Metoda

Definice

Vrátí přístup ke spuštěné tabulce objektů (ROT) 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

Pokud tato metoda vrátí, obsahuje odkaz na Running Object Table (ROT). Tento parametr se předává neinicializovaný.

Poznámky

Další informace najdete v existující dokumentaci pro IBindCtx::GetRunningObjectTable knihovnu MSDN.

Platí pro