ItemAutomationPeer.GetOrientationCore 메서드

정의

지정된 UIElement가 특정 방향으로 레이아웃되었는지 여부를 나타내는 값을 가져옵니다.

protected:
 override System::Windows::Automation::Peers::AutomationOrientation GetOrientationCore();
protected override System.Windows.Automation.Peers.AutomationOrientation GetOrientationCore ();
override this.GetOrientationCore : unit -> System.Windows.Automation.Peers.AutomationOrientation
Protected Overrides Function GetOrientationCore () As AutomationOrientation

반환

AutomationOrientation

지정된 UIElement의 방향입니다. None가 특정 방향으로 레이아웃되지 않은 경우 UIElement이 반환될 수도 있습니다.

설명

UIElement는 이 Items와 연결된 ItemAutomationPeer 컬렉션의 데이터 항목에 해당합니다. 이 메서드는 GetOrientation에 의해 호출됩니다.

적용 대상

추가 정보