PatternInterface Enumeration
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Specifies the control pattern that the GetPattern method returns.
Namespace: System.Windows.Automation.Peers
Assembly: System.Windows (in System.Windows.dll)
Syntax
'Declaration
Public Enumeration PatternInterface
public enum PatternInterface
Members
Member name | Description | |
---|---|---|
Invoke | The IInvokeProvider control pattern interface. | |
Selection | The ISelectionProvider control pattern interface. | |
Value | The IValueProvider control pattern interface. | |
RangeValue | The IRangeValueProvider control pattern interface. | |
Scroll | The IScrollProvider control pattern interface. | |
ScrollItem | The IScrollItemProvider control pattern interface. | |
ExpandCollapse | The IExpandCollapseProvider control pattern interface. | |
Grid | The IGridProvider control pattern interface. | |
GridItem | The IGridItemProvider control pattern interface. | |
MultipleView | The IMultipleViewProvider control pattern interface. | |
Window | The IWindowProvider control pattern interface. | |
SelectionItem | The ISelectionItemProvider control pattern interface. | |
Dock | The IDockProvider control pattern interface. | |
Table | The ITableProvider control pattern interface. | |
TableItem | The ITableItemProvider control pattern interface. | |
Toggle | The IToggleProvider control pattern interface. | |
Transform | The ITransformProvider control pattern interface. | |
Text | The ITextProvider control pattern interface. |
Remarks
Version Notes
Silverlight 3: Text is not a valid constant in Silverlight 3.
Version Information
Silverlight
Supported in: 5, 4, 3
Silverlight for Windows Phone
Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
See Also