Property | Type | Description | |
---|---|---|---|
ContentViewCondition | Condition | ||
ControlViewCondition | Condition | ||
RawViewCondition | Condition |
Property | Type | Description | |
---|---|---|---|
Automation | System |
Method | Description | |
---|---|---|
AddAutomationEventHandler ( |
||
AddAutomationFocusChangedEventHandler ( AutomationFocusChangedEventHandler eventHandler ) : void | ||
AddAutomationPropertyChangedEventHandler ( |
||
AddStructureChangedEventHandler ( |
||
Compare ( |
||
Compare ( int runtimeId1, int runtimeId2 ) : bool | ||
PatternName ( |
||
PropertyName ( |
||
RemoveAllEventHandlers ( ) : void | ||
RemoveAutomationEventHandler ( |
||
RemoveAutomationFocusChangedEventHandler ( AutomationFocusChangedEventHandler eventHandler ) : void | ||
RemoveAutomationPropertyChangedEventHandler ( |
||
RemoveStructureChangedEventHandler ( |
Method | Description | |
---|---|---|
Automation ( ) : System |
public static AddAutomationEventHandler ( |
||
eventId | ||
element | ||
scope | TreeScope | |
eventHandler | AutomationEventHandler | |
return | void |
public static AddAutomationFocusChangedEventHandler ( AutomationFocusChangedEventHandler eventHandler ) : void | ||
eventHandler | AutomationFocusChangedEventHandler | |
return | void |
public static AddAutomationPropertyChangedEventHandler ( |
||
element | ||
scope | TreeScope | |
eventHandler | AutomationPropertyChangedEventHandler | |
return | void |
public static AddStructureChangedEventHandler ( |
||
element | ||
scope | TreeScope | |
eventHandler | StructureChangedEventHandler | |
return | void |
public static Compare ( |
||
el1 | ||
el2 | ||
return | bool |
public static Compare ( int runtimeId1, int runtimeId2 ) : bool | ||
runtimeId1 | int | |
runtimeId2 | int | |
return | bool |
public static PatternName ( |
||
pattern | ||
return | string |
public static PropertyName ( |
||
property | ||
return | string |
public static RemoveAllEventHandlers ( ) : void | ||
return | void |
public static RemoveAutomationEventHandler ( |
||
eventId | ||
element | ||
eventHandler | AutomationEventHandler | |
return | void |
public static RemoveAutomationFocusChangedEventHandler ( AutomationFocusChangedEventHandler eventHandler ) : void | ||
eventHandler | AutomationFocusChangedEventHandler | |
return | void |
public static RemoveAutomationPropertyChangedEventHandler ( |
||
element | ||
eventHandler | AutomationPropertyChangedEventHandler | |
return | void |
public static RemoveStructureChangedEventHandler ( |
||
element | ||
eventHandler | StructureChangedEventHandler | |
return | void |
public static Condition ContentViewCondition | ||
return | Condition |
public static Condition ControlViewCondition | ||
return | Condition |