public interface IUIAutomationProxyFactoryMapping
extends com4j.Com4jObject
| Modifier and Type | Method and Description |
|---|---|
void |
clearTable() |
int |
count()
Getter method for the COM property "count"
|
IUIAutomationProxyFactoryEntry |
getEntry(int index) |
void |
insertEntry(int before,
IUIAutomationProxyFactoryEntry factory) |
void |
removeEntry(int index) |
void |
restoreDefaultTable() |
int count()
Getter method for the COM property "count"
IUIAutomationProxyFactoryEntry getEntry(int index)
index - Mandatory int parameter.void insertEntry(int before,
IUIAutomationProxyFactoryEntry factory)
before - Mandatory int parameter.factory - Mandatory mmarquee.automation.uiautomation.IUIAutomationProxyFactoryEntry parameter.void removeEntry(int index)
index - Mandatory int parameter.void clearTable()
void restoreDefaultTable()
Copyright © 2016. All rights reserved.