Version

GetPattern Method (IListAutomationPeer)

Returns the Pattern implementation for the specified PatternInterface as supplied by the peer implementing this interface.
Syntax
'Declaration
 
Function GetPattern( _
   ByVal patternInterface As PatternInterface _
) As Object

Parameters

patternInterface
The PatternInterface for which the Pattern implementation is being requested.

Return Value

The requested Pattern implementation or null if the peer does not implement the pattern.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also