[]
Represents extensions of UIA providers with standard behavior.
public static class ProviderExt
Public Module ProviderExt
| Name | Description |
|---|---|
| AddToSelectionExt(IUiaSelectionItemProvider, UiaItem) | Adds current element to selection and raises ElementRemovedFromSelectionEvent. |
| CollapseExt(IUiaExpandCollapseProvider, UiaItem) | Adds current element to selection and raises ExpandCollapseState. |
| ExpandExt(IUiaExpandCollapseProvider, UiaItem) | Requests to change ToggleState of the element to selection and raises ExpandCollapseState property change event. |
| InvokeExt(IUiaInvokeProvider, UiaItem) | Requests current element to initiate its action and raises InvokedEvent. |
| RemoveFromSelectionExt(IUiaSelectionItemProvider, UiaItem) | Removes current element from selection and raises ElementRemovedFromSelectionEvent. |
| SelectExt(IUiaSelectionItemProvider, UiaItem) | Sets the current element as the selection and raises ElementSelectedEvent. |
| ToggleExt(IUiaToggleProvider, UiaItem) | Requests to change ToggleState of the element and raises ToggleState property change event. |