共用方式為


IUITechnologyElement.SwitchingElement 屬性

取得或設定容器項目 (如果此項目裝載於其他技術的項目內)。

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

語法

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

屬性值

型別:Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement
如果裝載於其他技術的項目內,則為包含項目,否則為 nullnull 參考 (即 Visual Basic 中的 Nothing)。

.NET Framework 安全性

請參閱

參考

IUITechnologyElement 介面

Microsoft.VisualStudio.TestTools.UITest.Extension 命名空間