ButtonAutomationPeer::GetPattern Method (PatternInterface)

 

Gets the object that supports the specified control pattern of the element that is associated with this automation peer.

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 Invoke, this method returns a this pointer, otherwise this method returns null.

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