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
pbc
Type: System.Runtime.InteropServices.UCOMIBindCtxUma referência ao contexto de associação a ser usado nessa operação de associação.
pmkToLeft
Type: System.Runtime.InteropServices.UCOMIMonikerUma referência ao moniker à esquerda desse moniker, se esse moniker fizer parte de uma composição.
pmkNewlyRunning
Type: System.Runtime.InteropServices.UCOMIMonikerUma referência ao moniker adicionado mais recentemente à Tabela de Objetos em Execução.
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