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

描述 元素 参数中指定的对象的视觉外观或内容的本地化字符串。

适用于