UCOMIBindCtx.GetRunningObjectTable(UCOMIRunningObjectTable) Méthode

Définition

Retourne l'accès à la table ROT (Running Object Table) appropriée pour ce processus de liaison.

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

Paramètres

pprot
UCOMIRunningObjectTable

Lors d'un retour, référence à la table ROT.

Remarques

Pour plus d’informations, consultez la documentation existante pour IBindCtx::GetRunningObjectTable dans la bibliothèque MSDN.

S’applique à