IMoniker.IsRunning(IBindCtx, IMoniker, IMoniker) Metoda

Definice

Určuje, zda je objekt identifikovaný aktuálním monikerem aktuálně načten a spuštěn.

public:
 int IsRunning(System::Runtime::InteropServices::ComTypes::IBindCtx ^ pbc, System::Runtime::InteropServices::ComTypes::IMoniker ^ pmkToLeft, System::Runtime::InteropServices::ComTypes::IMoniker ^ pmkNewlyRunning);
public int IsRunning(System.Runtime.InteropServices.ComTypes.IBindCtx pbc, System.Runtime.InteropServices.ComTypes.IMoniker pmkToLeft, System.Runtime.InteropServices.ComTypes.IMoniker pmkNewlyRunning);
public int IsRunning(System.Runtime.InteropServices.ComTypes.IBindCtx pbc, System.Runtime.InteropServices.ComTypes.IMoniker? pmkToLeft, System.Runtime.InteropServices.ComTypes.IMoniker? pmkNewlyRunning);
abstract member IsRunning : System.Runtime.InteropServices.ComTypes.IBindCtx * System.Runtime.InteropServices.ComTypes.IMoniker * System.Runtime.InteropServices.ComTypes.IMoniker -> int
Public Function IsRunning (pbc As IBindCtx, pmkToLeft As IMoniker, pmkNewlyRunning As IMoniker) As Integer

Parametry

pbc
IBindCtx

Odkaz na kontext vazby, který se má použít v této operaci vazby.

pmkToLeft
IMoniker

Odkaz na moniker nalevo od aktuálního monikeru, pokud je aktuální moniker součástí složeného.

pmkNewlyRunning
IMoniker

Odkaz na moniker naposledy přidaný do tabulky spuštěných objektů (ROT).

Návraty

Hodnota S_OKHRESULT , pokud je moniker spuštěn; S_FALSEHRESULT hodnota, pokud moniker není spuštěn, nebo E_UNEXPECTEDHRESULT hodnota.

Poznámky

Další informace naleznete v tématu IMoniker::IsRunning metoda.

Platí pro