Udostępnij za pośrednictwem


Właściwość UITechnologyElement.SwitchingElement —

Pobiera lub ustawia element kontenera, jeśli ten element znajduje się wewnątrz elementu innej technologii.Ten interfejs API obsługuje infrastrukturę ramowej badania i nie ma być używane bezpośrednio w kodzie.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.UITest.Extension
Zestaw:  Microsoft.VisualStudio.TestTools.UITest.Extension (w Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Składnia

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

Wartość właściwości

Typ: Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement
Element kontenera, jeśli wewnątrz elementu innej technologii; w przeciwnym razie nullodwołanie o wartości null (Nothing w języku Visual Basic).

Implementuje

IUITechnologyElement.SwitchingElement

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

UITechnologyElement Klasa

Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Extension