UCOMIMoniker.IsRunning(UCOMIBindCtx, UCOMIMoniker, UCOMIMoniker) Método

Definición

Determina si el objeto identificado por este moniker está cargado y en ejecución actualmente.

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)

Parámetros

pbc
UCOMIBindCtx

Referencia al contexto de enlace que se va a usar en esta operación de enlace.

pmkToLeft
UCOMIMoniker

Referencia al moniker a la izquierda de este moniker si este moniker forma parte de un compuesto.

pmkNewlyRunning
UCOMIMoniker

Referencia al moniker que se ha agregado más recientemente a la tabla de objetos en ejecución.

Comentarios

Para obtener más información sobre IMoniker::IsRunning, vea MSDN Library.

Se aplica a