Partilhar via


Propriedade UITechnologyElementProxy.SwitchingElement

Obtém ou define o elemento contêiner se uma tecnologia de está hospedada em outra tecnologia.

Isso é usado pela estrutura.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (em Microsoft.VisualStudio.TestTools.UITesting.dll)

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement

Implementações

IUITechnologyElement.SwitchingElement

Segurança do .NET Framework

Consulte também

Referência

UITechnologyElementProxy Classe

Namespace Microsoft.VisualStudio.TestTools.UITesting