NativeControlTypeKind Enumeration

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.

See Also

Reference

Microsoft.VisualStudio.TestTools.UITest.Extension Namespace

IUITechnologyManager