AutomationFocusChangedEventArgs(Int32, Int32) 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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 개체 식별자가 포함되어 있습니다.