Partager via


UITechnologyElementProxy.SwitchingElement, propriété

Obtient ou définit l'élément conteneur si une technologie est hébergée dans une autre technologie.

Utilisée par l'infrastructure.

Espace de noms :  Microsoft.VisualStudio.TestTools.UITesting
Assembly :  Microsoft.VisualStudio.TestTools.UITesting (dans Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

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

Implémentations

IUITechnologyElement.SwitchingElement

Sécurité .NET Framework

Voir aussi

Référence

UITechnologyElementProxy Classe

Microsoft.VisualStudio.TestTools.UITesting, espace de noms