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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.