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.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
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.
Show: