SelectionPatternIdentifiers.SelectionProperty Field

Definition

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

public: static initonly System::Windows::Automation::AutomationProperty ^ SelectionProperty;
public static readonly System.Windows.Automation.AutomationProperty SelectionProperty;
 staticval mutable SelectionProperty : System.Windows.Automation.AutomationProperty
Public Shared ReadOnly SelectionProperty As AutomationProperty 

Field Value

Remarks

This identifier is used by UI Automation providers. UI Automation client applications should use the equivalent field in SelectionPattern.

Applies to

See also