共用方式為


UITechnologyElementProxy.SwitchingElement 屬性

如果一個技術裝載於其他技術內,取得或設定容器項目。

架構會使用這個。

命名空間:  Microsoft.VisualStudio.TestTools.UITesting
組件:  Microsoft.VisualStudio.TestTools.UITesting (在 Microsoft.VisualStudio.TestTools.UITesting.dll 中)

語法

'宣告
Public Overrides Property SwitchingElement As IUITechnologyElement
public override IUITechnologyElement SwitchingElement { get; set; }
public:
virtual property IUITechnologyElement^ SwitchingElement {
    IUITechnologyElement^ get () override;
    void set (IUITechnologyElement^ value) override;
}
abstract SwitchingElement : IUITechnologyElement with get, set 
override SwitchingElement : IUITechnologyElement with get, set
override function get SwitchingElement () : IUITechnologyElement 
override function set SwitchingElement (value : IUITechnologyElement)

屬性值

類型:Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement

實作

IUITechnologyElement.SwitchingElement

.NET Framework 安全性

請參閱

參考

UITechnologyElementProxy 類別

Microsoft.VisualStudio.TestTools.UITesting 命名空間