PatternInterface Enumeration

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Specifies the control pattern that the GetPattern method returns.

Namespace:  System.Windows.Automation.Peers
Assembly:  System.Windows (in System.Windows.dll)

Syntax

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.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

System.Windows.Automation.Peers Namespace