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 命名空间