UCOMIMoniker.IsRunning(UCOMIBindCtx, UCOMIMoniker, UCOMIMoniker) 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.
Détermine si l'objet qui est identifié par ce moniker est actuellement chargé et en service.
public:
void IsRunning(System::Runtime::InteropServices::UCOMIBindCtx ^ pbc, System::Runtime::InteropServices::UCOMIMoniker ^ pmkToLeft, System::Runtime::InteropServices::UCOMIMoniker ^ pmkNewlyRunning);
public void IsRunning (System.Runtime.InteropServices.UCOMIBindCtx pbc, System.Runtime.InteropServices.UCOMIMoniker pmkToLeft, System.Runtime.InteropServices.UCOMIMoniker pmkNewlyRunning);
abstract member IsRunning : System.Runtime.InteropServices.UCOMIBindCtx * System.Runtime.InteropServices.UCOMIMoniker * System.Runtime.InteropServices.UCOMIMoniker -> unit
Public Sub IsRunning (pbc As UCOMIBindCtx, pmkToLeft As UCOMIMoniker, pmkNewlyRunning As UCOMIMoniker)
Paramètres
- pbc
- UCOMIBindCtx
Référence au contexte de liaison à utiliser dans cette opération de liaison.
- pmkToLeft
- UCOMIMoniker
Référence au moniker à gauche de ce moniker si ce moniker fait partie d'un composite.
- pmkNewlyRunning
- UCOMIMoniker
Référence au moniker le plus récemment ajouté à la table ROT (Running Object Table).
Remarques
Pour plus d’informations sur IMoniker::IsRunning
, consultez MSDN Library.