Skip to content

Latest commit

 

History

History
124 lines (83 loc) · 5.09 KB

patterninterface.md

File metadata and controls

124 lines (83 loc) · 5.09 KB
-api-id -api-type
T:Windows.UI.Xaml.Automation.Peers.PatternInterface
winrt enum

PatternInterface

-description

Specifies the control pattern that the GetPattern method returns.

-enum-fields

-field Invoke:0

The IInvokeProvider control pattern interface.

-field Selection:1

The ISelectionProvider control pattern interface.

-field Value:2

The IValueProvider control pattern interface.

-field RangeValue:3

The IRangeValueProvider control pattern interface.

-field Scroll:4

The IScrollProvider control pattern interface.

-field ScrollItem:5

The IScrollItemProvider control pattern interface.

-field ExpandCollapse:6

The IExpandCollapseProvider control pattern interface.

-field Grid:7

The IGridProvider control pattern interface.

-field GridItem:8

The IGridItemProvider control pattern interface.

-field MultipleView:9

The IMultipleViewProvider control pattern interface.

-field Window:10

The IWindowProvider control pattern interface.

-field SelectionItem:11

The ISelectionItemProvider control pattern interface.

-field Dock:12

The IDockProvider control pattern interface.

-field Table:13

The ITableProvider control pattern interface.

-field TableItem:14

The ITableItemProvider control pattern interface.

-field Toggle:15

The IToggleProvider control pattern interface.

-field Transform:16

The ITransformProvider control pattern interface.

-field Text:17

The ITextProvider control pattern interface.

-field ItemContainer:18

The IItemContainerProvider control pattern interface.

-field VirtualizedItem:19

The IVirtualizedItemProvider control pattern interface.

-field Text2:20

The ITextProvider2 interface.

-field TextChild:21

The ITextChildProvider interface.

-field TextRange:22

The ITextRangeProvider interface.

-field Annotation:23

The IAnnotationProvider interface.

-field Drag:24

The IDragProvider interface.

-field DropTarget:25

The IDropTargetProvider interface.

-field ObjectModel:26

The IObjectModelProvider interface.

-field Spreadsheet:27

The ISpreadsheetProvider interface.

-field SpreadsheetItem:28

The ISpreadsheetItemProvider interface.

-field Styles:29

The IStylesProvider interface.

-field Transform2:30

The ITransformProvider2 interface.

-field SynchronizedInput:31

The ISynchronizedInputProvider interface.

-field TextEdit:32

The TextEdit control pattern interface.

-field CustomNavigation:33

The CustomNavigation control pattern interface.

-remarks

-examples

-see-also

GetPattern, GetPatternCore, Control patterns and interfaces, Custom automation peers