共用方式為


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

當地語系化字串,描述 元素 參數中所指定物件的視覺外觀或內容。

適用於