Class MultipleViewPatternIdentifiers
Contains values used as automation property identifiers specifically for properties of the IMultipleViewProvider pattern.
Inheritance
System.Object
MultipleViewPatternIdentifiers
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 MultipleViewPatternIdentifiers
Fields
| Improve this Doc View SourceCurrentViewProperty
Identifies the CurrentView automation property.
Declaration
public static readonly AutomationProperty CurrentViewProperty
Field Value
Type | Description |
---|---|
AutomationProperty | The automation property identifier. |
SupportedViewsProperty
Identifies the automation property that gets the control-specific collection of views.
Declaration
public static readonly AutomationProperty SupportedViewsProperty
Field Value
Type | Description |
---|---|
AutomationProperty | The automation property identifier. |