SelectionPatternIdentifiers.SelectionProperty Property

Definition

Identifies the property that gets the selected items in a container.

public:
 static property AutomationProperty ^ SelectionProperty { AutomationProperty ^ get(); };
static AutomationProperty SelectionProperty();
public static AutomationProperty SelectionProperty { get; }
var automationProperty = SelectionPatternIdentifiers.selectionProperty;
Public Shared ReadOnly Property SelectionProperty As AutomationProperty

Property Value

The automation property identifier.

Applies to