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::SupportLevel Property
Gets a value that is used by the test recording and playback engine to find a matching UITechnologyManager for this element.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Property Value
Type: System::Int32An int that indicates the required level of support for this element.
Several UITechnologyManager instances that claim to support any given control may occur. Therefore, the record and playback engine queries the GetControlSupportLevel method and uses the technology manager that returns the largest number.
Show: