SelectorAutomationPeer::GetPattern Method (PatternInterface)

 

Gets the control pattern for the Selector that is associated with this SelectorAutomationPeer.

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

public:
virtual Object^ GetPattern(
	PatternInterface patternInterface
) override

Parameters

patternInterface
Type: System.Windows.Automation.Peers::PatternInterface

A value in the enumeration.

Return Value

Type: System::Object^

If patternInterface is Selection, this method returns a pointer to the current instance; otherwise null.

.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: