This enumeration provides settings that indicate how a clickable point is obtained by the UITechnologyElement.GetClickablePoint method.
Namespace:  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntax
'Declaration
Public Enumeration GetClickablePointFromOption
public enum GetClickablePointFromOption
public enum class GetClickablePointFromOption
type GetClickablePointFromOption
public enum GetClickablePointFromOption
Members
| Member name | Description | |
|---|---|---|
| GetClickablePointFromPlayback | Get clickable point from playback. | |
| GetClickablePointFromTechnologyManager | Get clickable point from the technology manager. | |
| None | A clickable point cannot be obtained. |