This documentation is archived and is not being maintained.

AutomationPeer.GetPattern Method

When overridden in a derived class, gets the control pattern that is associated with the specified PatternInterface.

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

'Declaration
Public MustOverride Function GetPattern ( _
	patternInterface As PatternInterface _
) As Object
'Usage
Dim instance As AutomationPeer 
Dim patternInterface As PatternInterface 
Dim returnValue As Object 

returnValue = instance.GetPattern(patternInterface)
You cannot use methods in XAML.

Parameters

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

A value from the PatternInterface enumeration.

Return Value

Type: System.Object
The object that implements the pattern interface; Nothing if this peer does not support this 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.

.NET Framework

Supported in: 3.5, 3.0
Show: