ArcFM Engine Developer Guide
GetPattern Method (DatePickerAutomationPeer)


A value from the System.Windows.Automation.Peers.PatternInterface enumeration.
Gets the control pattern that is associated with the specified System.Windows.Automation.Peers.PatternInterface.
Syntax
'Declaration
 
Public Overrides NotOverridable Function GetPattern( _
   ByVal patternInterface As PatternInterface _
) As Object
'Usage
 
Dim instance As DatePickerAutomationPeer
Dim patternInterface As PatternInterface
Dim value As Object
 
value = instance.GetPattern(patternInterface)
public override object GetPattern( 
   PatternInterface patternInterface
)

Parameters

patternInterface
A value from the System.Windows.Automation.Peers.PatternInterface enumeration.

Return Value

The object that supports the specified pattern, or null if unsupported.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

DatePickerAutomationPeer Class
DatePickerAutomationPeer Members

 

 


Send Comment