IBindCtx.GetRunningObjectTable(IRunningObjectTable) Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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.