This topic has not yet been rated - Rate this topic

ChildWindowAutomationPeer.GetPattern Method

Silverlight

Gets the requested control pattern, based on the ChildWindowAutomationPeer pattern implementations.

Namespace:  System.Windows.Automation.Peers
Assembly:  System.Windows.Controls (in System.Windows.Controls.dll)
public override Object GetPattern(
	PatternInterface patternInterface
)

Parameters

patternInterface
Type: System.Windows.Automation.Peers.PatternInterface
One of the enumeration values.

Return Value

Type: System.Object
The object that implements the pattern interface, or null if the specified pattern interface is not implemented by this peer.

By default, this method will return a non-null result for the Window or Transform patterns.

Silverlight

Supported in: 5, 4, 3

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.