BasePattern Class
Provides the base implementation for control pattern classes.
Assembly: UIAutomationClient (in UIAutomationClient.dll)
System.Windows.Automation::BasePattern
System.Windows.Automation::DockPattern
System.Windows.Automation::ExpandCollapsePattern
System.Windows.Automation::GridItemPattern
System.Windows.Automation::GridPattern
System.Windows.Automation::InvokePattern
System.Windows.Automation::ItemContainerPattern
System.Windows.Automation::MultipleViewPattern
System.Windows.Automation::RangeValuePattern
System.Windows.Automation::ScrollItemPattern
System.Windows.Automation::ScrollPattern
System.Windows.Automation::SelectionItemPattern
System.Windows.Automation::SelectionPattern
System.Windows.Automation::SynchronizedInputPattern
System.Windows.Automation::TextPattern
System.Windows.Automation::TogglePattern
System.Windows.Automation::TransformPattern
System.Windows.Automation::ValuePattern
System.Windows.Automation::VirtualizedItemPattern
System.Windows.Automation::WindowPattern
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Frees resources and performs other cleanup operations before the object is reclaimed by garbage collection.(Overrides Object::Finalize().) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
The BasePattern class is effectively abstract, as it does not have a public constructor and cannot be instantiated by user applications.
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

