StructureChangedEventArgs 클래스

정의

UI 자동화 트리 구조가 변경될 때 발생하는 이벤트에 대한 정보를 포함합니다.

public ref class StructureChangedEventArgs sealed : System::Windows::Automation::AutomationEventArgs
public sealed class StructureChangedEventArgs : System.Windows.Automation.AutomationEventArgs
type StructureChangedEventArgs = class
    inherit AutomationEventArgs
Public NotInheritable Class StructureChangedEventArgs
Inherits AutomationEventArgs
상속
StructureChangedEventArgs

생성자

Name Description
StructureChangedEventArgs(StructureChangeType, Int32[])

변경 형식과 구조가 변경된 요소의 StructureChangeType ID(식별자)를 지정하여 클래스의 새 인스턴스를 초기화합니다.

속성

Name Description
EventId

이벤트 식별자를 가져옵니다.

(다음에서 상속됨 AutomationEventArgs)
StructureChangeType

UI 자동화 트리 구조에서 발생한 변경 유형을 나타내는 값을 가져옵니다.

메서드

Name Description
Equals(Object)

지정된 개체가 현재 개체와 같은지 여부를 확인합니다.

(다음에서 상속됨 Object)
GetHashCode()

기본 해시 함수로 사용됩니다.

(다음에서 상속됨 Object)
GetRuntimeId()

구조가 변경된 UI 자동화 요소의 UI 자동화 런타임 식별자(ID)를 검색합니다.

GetType()

현재 인스턴스의 Type 가져옵니다.

(다음에서 상속됨 Object)
MemberwiseClone()

현재 Object단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
ToString()

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)

적용 대상

추가 정보