Compartilhar via


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

 

Dica

The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience.

Determina se o objeto identificado por esse moniker está sendo carregado e executado.

Namespace:   System.Runtime.InteropServices
Assembly:  mscorlib (em mscorlib.dll)

Sintaxe

void IsRunning(
    UCOMIBindCtx pbc,
    UCOMIMoniker pmkToLeft,
    UCOMIMoniker pmkNewlyRunning
)
void IsRunning(
    UCOMIBindCtx^ pbc,
    UCOMIMoniker^ pmkToLeft,
    UCOMIMoniker^ pmkNewlyRunning
)
abstract IsRunning : 
        pbc:UCOMIBindCtx *
        pmkToLeft:UCOMIMoniker *
        pmkNewlyRunning:UCOMIMoniker -> unit
Sub IsRunning (
    pbc As UCOMIBindCtx,
    pmkToLeft As UCOMIMoniker,
    pmkNewlyRunning As UCOMIMoniker
)

Parâmetros

Comentários

Para obter mais informações sobre IMoniker::IsRunning, consulte a Biblioteca MSDN.

Informações de Versão

.NET Framework
Disponível desde 1.1

Confira Também

Interface UCOMIMoniker
Namespace System.Runtime.InteropServices

Retornar ao início