Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ControlType::GetControlType Method (String^)

 

Returns a control type object by using the provided name.

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

public:
static ControlType^ GetControlType(
	String^ name
)

Parameters

name
Type: System::String^

The name of the control type to return.

Return Value

Type: Microsoft.VisualStudio.TestTools.UITesting::ControlType^

A control type object.

Return to top
Show: