AutomationProperties.GetFullDescription(DependencyObject) 메서드

정의

지정된 DependencyObject에 대한 AutomationProperties.FullDescription 속성의 값을 가져옵니다.

public:
 static Platform::String ^ GetFullDescription(DependencyObject ^ element);
 static winrt::hstring GetFullDescription(DependencyObject const& element);
public static string GetFullDescription(DependencyObject element);
function getFullDescription(element)
Public Shared Function GetFullDescription (element As DependencyObject) As String

매개 변수

element
DependencyObject

전체 설명을 가져올 개체입니다.

반환

String

Platform::String

winrt::hstring

요소 매개 변수에 지정된 개체의 시각적 모양 또는 내용을 설명하는 지역화된 문자열입니다.

Windows 요구 사항

디바이스 패밀리
Windows 10 Anniversary Edition (10.0.14393.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v3.0에서 도입되었습니다.)

적용 대상

추가 정보