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

Definição

Determina se o objeto identificado por este nome está atualmente carregado e a correr.

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

Uma referência ao contexto de ligação a ser usado nesta operação de ligação.

pmkToLeft
UCOMIMoniker

Uma referência ao nome à esquerda deste nome se este nome fizer parte de um compósito.

pmkNewlyRunning
UCOMIMoniker

Uma referência ao nome adicionada mais recentemente à Tabela de Objetos em Execução.

Observações

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

Aplica-se a