Beispiel #1
0
 public void AddProperty(PropertyId property)
 {
     NativeCacheRequest.Add(UIA.AutomationProperty.LookupById(property.Id));
 }
Beispiel #2
0
 public void AddProperty(PropertyId property)
 {
     NativeCacheRequest.AddProperty(property.Id);
 }
Beispiel #3
0
 public void AddPattern(PatternId pattern)
 {
     NativeCacheRequest.Add(UIA.AutomationPattern.LookupById(pattern.Id));
 }
Beispiel #4
0
 public void AddPattern(PatternId pattern)
 {
     NativeCacheRequest.AddPattern(pattern.Id);
 }