다음을 통해 공유


AutomationProperties.ItemStatusProperty 속성

정의

Automation 요소 항목의 상태 설명하는 ItemStatus 연결된 속성을 식별합니다.

public:
 static property DependencyProperty ^ ItemStatusProperty { DependencyProperty ^ get(); };
static DependencyProperty ItemStatusProperty();
public static DependencyProperty ItemStatusProperty { get; }
var dependencyProperty = AutomationProperties.itemStatusProperty;
Public Shared ReadOnly Property ItemStatusProperty As DependencyProperty

속성 값

ItemStatus 연결된 속성에 대한 식별자가 포함된 텍스트 문자열입니다.

설명

ItemStatus 속성을 사용하면 클라이언트가 요소가 항목에 대한 상태 전달하는지 여부와 상태 내용을 확인할 수 있습니다. 예를 들어, "Busy" 또는 "연결 됨" 메시징 애플리케이션에서 대화 상대와 연결 된 항목 수 있습니다.

ItemStatus가 지원되는 경우 문자열은 애플리케이션 UI 언어 또는 운영 체제 기본 UI 언어와 일치해야 합니다.

적용 대상