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

元素 參數中所 指定物件的當地語系化完整描述。

適用於