Share via


IBindCtx.GetRunningObjectTable(IRunningObjectTable) 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::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)

Paramètres

pprot
IRunningObjectTable

Lorsque cette méthode retourne une valeur, contient une référence à la table ROT (Running Object Table). Ce paramètre est passé sans être initialisé.

Remarques

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

S’applique à