Show / Hide Table of Contents

Method GetPattern

| Edit this page View Source

GetPattern(PatternInterface)

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

Declaration
public override object GetPattern(PatternInterface patternInterface)
Parameters
Type Name Description
PatternInterface patternInterface

A value from the enumeration.

Returns
Type Description
object

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

Overrides
UIElementAutomationPeer.GetPattern(PatternInterface)
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX