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.
UITechnologyElementProxy::IsTreeSwitchingRequired Property
Gets whether the tree switching is required for window-less tree switching cases.
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Property Value
Type: System::BooleanAn example of this would be an ActiveX control hosted inside the browser.
The technology manager of the browser should return true when queried about this property for HTML OBJECT tag. This will allow the framework to switch to a different technology manager to support the hosted ActiveX control.
Show: