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::IsTreeSwitchingRequired Property
Gets a value that indicates whether tree switching is required for windowless tree switching cases.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
An example of a control that requires tree switching would be an ActiveX control that is hosted inside the browser. The technology manager of the browser must return true when the browser is queried about this property for an HTML OBJECT tag. This will allow the framework to switch to a different technology manager to support the hosted ActiveX control.
Show: