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::SwitchingElement Property
Gets or sets the container element if one technology is hosted inside another technology.
This is used by the framework.
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
public: property IUITechnologyElement^ SwitchingElement { virtual IUITechnologyElement^ get() override; virtual void set(IUITechnologyElement^ value) override; }
Property Value
Type: Microsoft.VisualStudio.TestTools.UITest.Extension::IUITechnologyElement^Implements
IUITechnologyElement::SwitchingElement
Show: