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^, String^)

 

Returns a control type object by using the provided name and friendly name. If it does not exist, creates a new control type by using the provided name and friendly 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,
	String^ friendlyName
)

Parameters

name
Type: System::String^

The name of the control type to return.

friendlyName
Type: System::String^

The friendly name of the control type to create if the named control type does not exist.

Return Value

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

A control type object.

Return to top
Show: