Język

AutomationFocusChangedEventArgs(Int32, Int32) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy AutomationFocusChangedEventArgs.

public:
 AutomationFocusChangedEventArgs(int idObject, int idChild);
public AutomationFocusChangedEventArgs(int idObject, int idChild);
new System.Windows.Automation.AutomationFocusChangedEventArgs : int * int -> System.Windows.Automation.AutomationFocusChangedEventArgs
Public Sub New (idObject As Integer, idChild As Integer)

Parametry

idObject
Int32

Identyfikator (ID) obiektu, który otrzymał fokus.

idChild
Int32

Podrzędny identyfikator obiektu, który otrzymał fokus.

Uwagi

Parametry idObject i idChild zawierają identyfikatory obiektów Microsoft Active Accessibility, których klienci automatyzacja interfejsu użytkownika mogą używać do łączenia AutomationElement z obiektem IAccessible w starszej dostępnej aplikacji technologicznej.

Dotyczy