UITechnologyElement.GetNativeControlType(NativeControlTypeKind) Method

Definition

public:
 abstract System::Object ^ GetNativeControlType(Microsoft::VisualStudio::TestTools::UITest::Extension::NativeControlTypeKind nativeControlTypeKind);
public abstract object GetNativeControlType (Microsoft.VisualStudio.TestTools.UITest.Extension.NativeControlTypeKind nativeControlTypeKind);
abstract member GetNativeControlType : Microsoft.VisualStudio.TestTools.UITest.Extension.NativeControlTypeKind -> obj
Public MustOverride Function GetNativeControlType (nativeControlTypeKind As NativeControlTypeKind) As Object

Parameters

nativeControlTypeKind
NativeControlTypeKind

Returns

Implements

Applies to