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.

IUITechnologyElement::IsTreeSwitchingRequired Property

 

Gets a value that indicates whether tree switching is required for windowless tree switching cases.

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

property bool IsTreeSwitchingRequired {
	bool get();
}

Property Value

Type: System::Boolean

true if tree switching is required; otherwise, false.

Return to top
Show: