ValuePatternIdentifiers.ValueProperty Field

Definition

Identifies the Value property.

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

Field Value

Remarks

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

Applies to

See also