Condividi tramite


Proprietà IUITechnologyElement.SwitchingElement

Ottiene o imposta l'elemento contenitore se questo elemento è ospitato in un elemento di un'altra tecnologia.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement
Elemento contenitore, se ospitato in un elemento di un'altra tecnologia. In caso contrario, nullriferimento null (Nothing in Visual Basic).

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IUITechnologyElement Interfaccia

Spazio dei nomi Microsoft.VisualStudio.TestTools.UITest.Extension