共用方式為


SilverlightElement.SwitchingElement 屬性

這個 API 支援 .NET Framework 基礎結構,但您不可以直接在程式碼中使用它。

這個成員會覆寫 UITechnologyElement.SwitchingElement

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

語法

'宣告
Public Overrides Property SwitchingElement As IUITechnologyElement
    Get
    Set
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

實作

IUITechnologyElement.SwitchingElement

.NET Framework 安全性

請參閱

參考

SilverlightElement 類別

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