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 vlevo 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 běžících objektů (ROT).

Návraty

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

Poznámky

Další informace najdete v tématu Metoda IMoniker::IsRunning.

Platí pro