Gets the control pattern for the UIElement that is associated with this UIElementAutomationPeer.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public override Object GetPattern( PatternInterface patternInterface )
Public Overrides Function GetPattern ( _ patternInterface As PatternInterface _ ) As Object
public: virtual Object^ GetPattern( PatternInterface patternInterface ) override
Parameters
- patternInterface (PatternInterface)
- A value from the enumeration.
Return Value
An object that implements the ISynchronizedInputProvider interface if patternInterface is SynchronizedInput; otherwise, null.
Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238