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::SwitchingElement Property

 

Gets or sets the container element if this element is hosted inside an element of another technology.

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

property IUITechnologyElement^ SwitchingElement {
	IUITechnologyElement^ get();
	void set(IUITechnologyElement^ value);
}

Property Value

Type: Microsoft.VisualStudio.TestTools.UITest.Extension::IUITechnologyElement^

The containing element, if hosted inside an element of another technology; otherwise, null.

Return to top
Show: