UCOMIRunningObjectTable.GetObject(UCOMIMoniker, Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne l'objet inscrit si le nom d'objet fourni est inscrit comme en cours d'exécution.
public:
void GetObject(System::Runtime::InteropServices::UCOMIMoniker ^ pmkObjectName, [Runtime::InteropServices::Out] System::Object ^ % ppunkObject);
public void GetObject (System.Runtime.InteropServices.UCOMIMoniker pmkObjectName, out object ppunkObject);
abstract member GetObject : System.Runtime.InteropServices.UCOMIMoniker * obj -> unit
Public Sub GetObject (pmkObjectName As UCOMIMoniker, ByRef ppunkObject As Object)
Paramètres
- pmkObjectName
- UCOMIMoniker
Référence au moniker à rechercher dans la table ROT (Running Object Table).
- ppunkObject
- Object
Lors d'un retour, contient l'objet en cours d'exécution demandé.
Remarques
Pour plus d’informations, consultez la documentation existante pour IRunningObjectTable::GetObject
dans la bibliothèque MSDN.