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
專案參數中所指定物件的當地語系化完整描述。
Windows 需求
裝置系列 |
Windows 10 Anniversary Edition (已於 10.0.14393.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v3.0 引進)
|