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

Definición

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

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 utiliza en esta operación de enlace.

pmkToLeft
UCOMIMoniker

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

pmkNewlyRunning
UCOMIMoniker

Referencia al último moniker agregado a la Tabla de objetos en ejecución.

Comentarios

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

Se aplica a