AutomationProperties.SetItemType(DependencyObject, String) Method

Definition

Sets the value of the AutomationProperties.ItemType attached property for the specified DependencyObject.

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)

Parameters

element
DependencyObject

The DependencyObject for which to set the property.

value
String

Platform::String

winrt::hstring

The item type.

Applies to

See also