AutomationFocusChangedEventArgs.ChildId 속성

정의

포커스를 받는 개체의 자식 Microsoft Active Accessibility 식별자를 가져옵니다.

public:
 property int ChildId { int get(); };
public int ChildId { get; }
member this.ChildId : int
Public ReadOnly Property ChildId As Integer

속성 값

Int32

식별자입니다.

설명

개체 ID는 애플리케이션 내에서 액세스 가능한 개체의 범주를 식별하는 32비트 값입니다. 및 idChild 매개 변수에는 idObject 클라이언트가 이전 액세스 가능한 기술 애플리케이션의 개체에 연결하는 AutomationElement IAccessible 데 사용할 수 있는 개체 ID가 포함됩니다.

적용 대상