Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the kinds of native control values.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntax
'Declaration
Public Enumeration NativeControlTypeKind
public enum NativeControlTypeKind
public enum class NativeControlTypeKind
type NativeControlTypeKind
public enum NativeControlTypeKind
Members
Member name | Description | |
---|---|---|
AsInteger | Treat the value as an integer. | |
AsString | Treat the value as a string. |