UCOMIMoniker.IsRunning(UCOMIBindCtx, UCOMIMoniker, UCOMIMoniker) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Determina se l'oggetto identificato dal moniker è attualmente caricato e in esecuzione.
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)
Parametri
- pbc
- UCOMIBindCtx
Riferimento al contesto di associazione da utilizzare in questa operazione di associazione.
- pmkToLeft
- UCOMIMoniker
Riferimento al moniker alla sinistra di questo moniker, se fa parte di un moniker composito.
- pmkNewlyRunning
- UCOMIMoniker
Riferimento al moniker aggiunto più di recente alla tabella degli oggetti in esecuzione (ROT).
Commenti
Per altre informazioni su IMoniker::IsRunning
, vedere MSDN Library.