Beispiel #1
0
 /// <summary>
 /// Gets the available patterns for an element via UIA method.
 /// Does not work with cached elements and might be unreliable.
 /// </summary>
 public PatternId[] GetSupportedPatternsDirect()
 {
     return(FrameworkAutomationElement.GetSupportedPatterns());
 }