AspNetManagementUtility.GetActiveWindow Método

Definição

Recupera o identificador de janela para a janela ativa anexada à fila de mensagens do thread de chamada.Retrieves the window handle to the active window that is attached to the message queue of the calling thread.

Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.

public:
 static IntPtr GetActiveWindow();
public static IntPtr GetActiveWindow ();
static member GetActiveWindow : unit -> nativeint
Public Shared Function GetActiveWindow () As IntPtr

Retornos

IntPtr

O identificador para a janela ativa anexada à fila de mensagens do thread de chamada; caso contrário, nulo (Nothing no Visual Basic).The handle to the active window attached to the message queue of the calling thread; otherwise, null (Nothing in Visual Basic).

Comentários

Para obter mais informações sobre programação com a AspNetManagementUtility classe e o MMC (console de gerenciamento Microsoft), consulte o Guia do programador do MMC.For more information about programming with the AspNetManagementUtility class and the Microsoft Management Console (MMC), see the MMC Programmer's Guide.

Aplica-se a