다음을 통해 공유


AutomationProperties.FullDescriptionProperty 속성

정의

요소에 대한 확장 설명 텍스트를 포함하는 지역화된 문자열을 노출하는 전체 설명 연결된 속성의 식별자를 가져옵니다.

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

속성 값

전체 설명 연결된 속성의 식별자입니다.

설명

FullDescription 은 요소 이름에 적합한 것보다 요소에 대한 보다 완전한 설명을 포함할 수 있습니다.

적용 대상