Show / Hide Table of Contents

Class ValuePatternIdentifiers

Contains values used as automation property identifiers specifically for properties of the IValueProvider pattern.

Inheritance
System.Object
ValuePatternIdentifiers
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Automation
Assembly: OpenSilver.dll
Syntax
public static class ValuePatternIdentifiers

Fields

| Improve this Doc View Source

IsReadOnlyProperty

Identifies the IsReadOnly property.

Declaration
public static readonly AutomationProperty IsReadOnlyProperty
Field Value
Type Description
AutomationProperty
| Improve this Doc View Source

ValueProperty

Identifies the Value automation property.

Declaration
public static readonly AutomationProperty ValueProperty
Field Value
Type Description
AutomationProperty

The automation property identifier.

  • Improve this Doc
  • View Source