public interface IUIAutomationCacheRequest
extends com4j.Com4jObject
| Modifier and Type | Method and Description |
|---|---|
void |
addPattern(int patternId) |
void |
addProperty(int propertyId) |
AutomationElementMode |
automationElementMode()
Getter method for the COM property "AutomationElementMode"
|
void |
automationElementMode(AutomationElementMode mode)
Setter method for the COM property "AutomationElementMode"
|
IUIAutomationCacheRequest |
clone() |
IUIAutomationCondition |
treeFilter()
Getter method for the COM property "TreeFilter"
|
void |
treeFilter(IUIAutomationCondition filter)
Setter method for the COM property "TreeFilter"
|
TreeScope |
treeScope()
Getter method for the COM property "TreeScope"
|
void |
treeScope(TreeScope scope)
Setter method for the COM property "TreeScope"
|
void addProperty(int propertyId)
propertyId - Mandatory int parameter.void addPattern(int patternId)
patternId - Mandatory int parameter.IUIAutomationCacheRequest clone()
TreeScope treeScope()
Getter method for the COM property "TreeScope"
void treeScope(TreeScope scope)
Setter method for the COM property "TreeScope"
scope - Mandatory mmarquee.automation.uiautomation.TreeScope parameter.IUIAutomationCondition treeFilter()
Getter method for the COM property "TreeFilter"
void treeFilter(IUIAutomationCondition filter)
Setter method for the COM property "TreeFilter"
filter - Mandatory mmarquee.automation.uiautomation.IUIAutomationCondition parameter.AutomationElementMode automationElementMode()
Getter method for the COM property "AutomationElementMode"
void automationElementMode(AutomationElementMode mode)
Setter method for the COM property "AutomationElementMode"
mode - Mandatory mmarquee.automation.uiautomation.AutomationElementMode parameter.Copyright © 2016. All rights reserved.