AutomationProperties.SetFullDescription(DependencyObject, String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
設定當地語系化字串,描述指定 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
元素 參數中所 指定物件的當地語系化完整描述。