This documentation is archived and is not being maintained.
PatternInterface Enumeration
Visual Studio 2008
Specifies the control pattern that GetPattern returns.
Assembly: PresentationCore (in PresentationCore.dll)
| Member name | Description | |
|---|---|---|
| Invoke | Value corresponding to the IInvokeProvider control pattern interface. | |
| Selection | Value corresponding to the ISelectionProvider control pattern interface. | |
| Value | Value corresponding to the IValueProvider control pattern interface. | |
| RangeValue | Value corresponding to the IRangeValueProvider control pattern interface. | |
| Scroll | Value corresponding to the IScrollProvider control pattern interface. | |
| ScrollItem | Value corresponding to the IScrollItemProvider control pattern interface. | |
| ExpandCollapse | Value corresponding to the IExpandCollapseProvider control pattern interface. | |
| Grid | Value corresponding to the IGridProvider control pattern interface. | |
| GridItem | Value corresponding to the IGridItemProvider control pattern interface. | |
| MultipleView | Value corresponding to the IMultipleViewProvider control pattern interface. | |
| Window | Value corresponding to the IWindowProvider control pattern interface. | |
| SelectionItem | Value corresponding to the ISelectionItemProvider control pattern interface. | |
| Dock | Value corresponding to the IDockProvider control pattern interfacehttps://msdn.microsoft.com/en-us/library/gtmt#control_pattern. | |
| Table | Value corresponding to the ITableProvider control pattern interface. | |
| TableItem | Value corresponding to the ITableItemProvider control pattern interface. | |
| Toggle | Value corresponding to the IToggleProvider control pattern interface. | |
| Transform | Value corresponding to the ITransformProvider control pattern interface. | |
| Text | Value corresponding to the ITextProvider control pattern interface. |
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: