WindowClosedEventArgs(Int32[]) Construtor

Definição

Inicializa uma nova instância da WindowClosedEventArgs classe.

public:
 WindowClosedEventArgs(cli::array <int> ^ runtimeId);
public WindowClosedEventArgs(int[] runtimeId);
new System.Windows.Automation.WindowClosedEventArgs : int[] -> System.Windows.Automation.WindowClosedEventArgs
Public Sub New (runtimeId As Integer())

Parâmetros

runtimeId
Int32[]

O identificador de tempo de execução da janela que foi fechada.

Aplica-se a