Sdílet prostřednictvím


UITechnologyElementProxy.SwitchingElement – vlastnost

Získá nebo nastaví prvek kontejneru, pokud jedna technologie je umístěn uvnitř jiného technologie.

Používá se v rámci.

Obor názvů:  Microsoft.VisualStudio.TestTools.UITesting
Sestavení:  Microsoft.VisualStudio.TestTools.UITesting (v Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntaxe

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

Hodnota vlastnosti

Typ: Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement

Implementuje

IUITechnologyElement.SwitchingElement

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

UITechnologyElementProxy Třída

Microsoft.VisualStudio.TestTools.UITesting – obor názvů