Partilhar via


Propriedade UITechnologyElement.SwitchingElement

Obtém ou define o elemento contêiner se esse elemento é hospedado em um elemento de outra tecnologia.Esses apis oferece suporte a infra-estrutura de estrutura de teste e não se destina a ser usado diretamente do seu código.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (em Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Sintaxe

'Declaração
Public MustOverride Property SwitchingElement As IUITechnologyElement
public abstract IUITechnologyElement SwitchingElement { get; set; }
public:
virtual property IUITechnologyElement^ SwitchingElement {
    IUITechnologyElement^ get () abstract;
    void set (IUITechnologyElement^ value) abstract;
}
abstract SwitchingElement : IUITechnologyElement with get, set
abstract function get SwitchingElement () : IUITechnologyElement
abstract function set SwitchingElement (value : IUITechnologyElement)

Valor de propriedade

Tipo: Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement
O elemento contêiner, se hospedado em um elemento de outra tecnologia; caso contrário, nulluma referência nula (Nothing no Visual Basic).

Implementações

IUITechnologyElement.SwitchingElement

Segurança do .NET Framework

Consulte também

Referência

UITechnologyElement Classe

Namespace Microsoft.VisualStudio.TestTools.UITest.Extension