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::SwitchingElement Property
Gets or sets the container element if this element is hosted inside an element of another technology. This API supports the test framework infrastructure and is not intended to be used directly from your code.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
public: property IUITechnologyElement^ SwitchingElement { virtual IUITechnologyElement^ get() abstract; virtual void set(IUITechnologyElement^ value) abstract; }
Property Value
Type: Microsoft.VisualStudio.TestTools.UITest.Extension::IUITechnologyElement^The container element, if hosted inside an element of another technology; otherwise, null.
Implements
IUITechnologyElement::SwitchingElement
Show: