UIElementAutomationPeer.GetItemStatusCore 메서드

정의

UIElement에 연결된 UIElementAutomationPeer의 표시 상태를 나타내는 문자열을 가져옵니다. 이 메서드는 GetItemStatus()에 의해 호출됩니다.

protected:
 override System::String ^ GetItemStatusCore();
protected override string GetItemStatusCore ();
override this.GetItemStatusCore : unit -> string
Protected Overrides Function GetItemStatusCore () As String

반환

String

ItemStatus에서 반환한 GetItemStatus(DependencyObject)가 들어 있는 문자열입니다.

설명

예를 들어 메신저 대화 상대의 상태는 "사용 중" 또는 "온라인"일 수 있습니다.

적용 대상