Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
This enumeration provides the options for invoking a programmatic action with the UITechnologyElement.InvokeProgrammaticAction method.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntax
'Declaration
Public Enumeration ProgrammaticActionOption
public enum ProgrammaticActionOption
public enum class ProgrammaticActionOption
type ProgrammaticActionOption
public enum ProgrammaticActionOption
Members
| Member name | Description | |
|---|---|---|
| DefaultAction | Invoke the default action. | |
| TakeFocus | Give the element the focus. | |
| TakeSelection | Select the element. | |
| RemoveSelection | Remove the selection from the element. | |
| Expand | Expand the element. | |
| Collapse | Collapse the element. | |
| MakeVisibleAndSelect | Make the element visible and selected. |