AutomationProperties.SetItemType(DependencyObject, String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
設定指定DependencyObject之AutomationProperties.ItemType附加屬性的值。
public:
static void SetItemType(DependencyObject ^ element, Platform::String ^ value);
static void SetItemType(DependencyObject const& element, winrt::hstring const& value);
public static void SetItemType(DependencyObject element, string value);
function setItemType(element, value)
Public Shared Sub SetItemType (element As DependencyObject, value As String)
參數
- element
- DependencyObject
要為其設定屬性的 DependencyObject 。
- value
-
String
Platform::String
winrt::hstring
項目類型。