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.

UITechnologyElement::ControlTypeName Property

 

Gets the universal control type of this element.

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

public:
property String^ ControlTypeName {
	virtual String^ get() abstract;
}

Property Value

Type: System::String^

This value is agnostic to the technology, which means that a button is a button in every technology, as is a text box, and so on

Return to top
Show: