Właściwość IUITechnologyElement.SwitchingElement —
Zwraca lub ustawia element kontenera, jeśli ten element znajduje się wewnątrz elementu innej technologii.
Przestrzeń nazw: Microsoft.VisualStudio.TestTools.UITest.Extension
Zestaw: Microsoft.VisualStudio.TestTools.UITest.Extension (w Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Składnia
'Deklaracja
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)
Wartość właściwości
Typ: Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement
Zawierający element, jeśli obsługiwany wewnątrz elementu innej technologii; w przeciwnym razie nullodwołanie o wartości null (Nothing w języku Visual Basic).
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 Używanie bibliotek pochodzących z częściowo zaufanego kodu.
Zobacz też
Informacje
IUITechnologyElement Interfejs
Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Extension