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.

UITechnologyElementProxy::SwitchingElement Property

 

Gets or sets the container element if one technology is hosted inside another technology.

This is used by the framework.

Namespace:   Microsoft.VisualStudio.TestTools.UITesting
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;
}
Return to top
Show: