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
- Pełne zaufanie do bezpośredniego wywołującego. Tego elementu członkowskiego nie można używać w kodzie częściowo zaufanym. Aby uzyskać więcej informacji, zobacz Przy użyciu bibliotek z częściowo zaufanego kodu..
Zobacz też
Informacje
Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Extension