다음을 통해 공유


AutomationProperties.SetFullDescription(DependencyObject, String) 메서드

정의

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

public:
 static void SetFullDescription(DependencyObject ^ element, Platform::String ^ value);
 static void SetFullDescription(DependencyObject const& element, winrt::hstring const& value);
public static void SetFullDescription(DependencyObject element, string value);
function setFullDescription(element, value)
Public Shared Sub SetFullDescription (element As DependencyObject, value As String)

매개 변수

element
DependencyObject

전체 설명을 설정할 개체입니다.

value
String

Platform::String

winrt::hstring

요소 매개 변수에 지정된 개체에 대한 지역화된 전체 설명입니다.

적용 대상