AutomationFocusChangedEventArgs(Int32, Int32) 생성자

정의

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)

매개 변수

idObject
Int32

포커스를 받은 개체의 식별자(ID)입니다.

idChild
Int32

포커스를 받은 개체의 자식 ID입니다.

설명

idChild 매개 변수에는 idObject UI 자동화 클라이언트가 이전 액세스 가능한 기술 응용 프로그램의 개체에 연결하는 AutomationElement IAccessible 데 사용할 수 있는 Microsoft Active Accessibility 개체 식별자가 포함되어 있습니다.

적용 대상