UITechnologyElement.GetNativeControlType Method

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Syntax

'Declaration
Public MustOverride Function GetNativeControlType ( _
    nativeControlTypeKind As NativeControlTypeKind _
) As Object
public abstract Object GetNativeControlType(
    NativeControlTypeKind nativeControlTypeKind
)
public:
virtual Object^ GetNativeControlType(
    NativeControlTypeKind nativeControlTypeKind
) abstract
abstract GetNativeControlType : 
        nativeControlTypeKind:NativeControlTypeKind -> Object
public abstract function GetNativeControlType(
    nativeControlTypeKind : NativeControlTypeKind
) : Object

Parameters

Return Value

Type: Object

Implements

IUITechnologyElement.GetNativeControlType(NativeControlTypeKind)

.NET Framework Security

See Also

Reference

UITechnologyElement Class

Microsoft.VisualStudio.TestTools.UITest.Extension Namespace