IUITechnologyElement.SwitchingElement Property

Definition

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

public:
 property Microsoft::VisualStudio::TestTools::UITest::Extension::IUITechnologyElement ^ SwitchingElement { Microsoft::VisualStudio::TestTools::UITest::Extension::IUITechnologyElement ^ get(); void set(Microsoft::VisualStudio::TestTools::UITest::Extension::IUITechnologyElement ^ value); };
public Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement SwitchingElement { get; set; }
member this.SwitchingElement : Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement with get, set
Public Property SwitchingElement As IUITechnologyElement

Property Value

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

Applies to