Udostępnij za pośrednictwem


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 (identyfikator) obiektu, który otrzymał fokus.

idChild
Int32

Identyfikator podrzędny 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 obiektu z obiektem AutomationElement IAccessible w starszej aplikacji technologicznej dostępnej.

Dotyczy