共用方式為


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

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

Windows 需求

裝置系列
Windows 10 Anniversary Edition (已於 10.0.14393.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v3.0 引進)

適用於

另請參閱