IUITechnologyElement.SwitchingElement, propriété
Obtient ou définit l'élément conteneur si cet élément est hébergé dans un élément d'une autre technologie.
Espace de noms : Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly : Microsoft.VisualStudio.TestTools.UITest.Extension (dans Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntaxe
'Déclaration
Property SwitchingElement As IUITechnologyElement
IUITechnologyElement SwitchingElement { get; set; }
property IUITechnologyElement^ SwitchingElement {
IUITechnologyElement^ get ();
void set (IUITechnologyElement^ value);
}
abstract SwitchingElement : IUITechnologyElement with get, set
function get SwitchingElement () : IUITechnologyElement
function set SwitchingElement (value : IUITechnologyElement)
Valeur de propriété
Type : Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement
L'élément conteneur, en cas d'hébergement dans un élément d'une autre technologie ; sinon, nullune référence null (Nothing en Visual Basic).
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.
Voir aussi
Référence
IUITechnologyElement Interface
Microsoft.VisualStudio.TestTools.UITest.Extension, espace de noms