Condividi tramite


Proprietà UITechnologyElement.SwitchingElement

Ottiene o imposta l'elemento contenitore se questo elemento è ospitato in un elemento di un'altra tecnologia.Questa API supporta l'infrastruttura del framework di test e non deve essere utilizzata direttamente dal codice.

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

Sintassi

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

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).

Implementa

IUITechnologyElement.SwitchingElement

Sicurezza di .NET Framework

Vedere anche

Riferimenti

UITechnologyElement Classe

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