Ejemplo n.º 1
0
 /// <summary>
 /// Gets the available properties for an element via UIA method.
 /// Does not work with cached elements and might be unreliable.
 /// </summary>
 public PropertyId[] GetSupportedPropertiesDirect()
 {
     return(FrameworkAutomationElement.GetSupportedProperties());
 }