다음을 통해 공유


AutomationProperties.GetFullDescription(DependencyObject) 메서드

정의

지정된 DependencyObject의 시각적 모양 또는 내용을 설명하는 지역화된 문자열을 가져옵니다.

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

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

적용 대상