UIElementAutomationPeer::GetPattern Method (PatternInterface)

 

Gets the control pattern for the UIElement that is associated with this UIElementAutomationPeer.

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

public:
virtual Object^ GetPattern(
	PatternInterface patternInterface
) override

Parameters

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

A value from the enumeration.

Return Value

Type: System::Object^

An object that implements the ISynchronizedInputProvider interface if patternInterface is SynchronizedInput; otherwise, null.

.NET Framework
Available since 3.0
Return to top
Show: