UITechnologyElement.SwitchingElement Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
public:
abstract property Microsoft::VisualStudio::TestTools::UITest::Extension::IUITechnologyElement ^ SwitchingElement { Microsoft::VisualStudio::TestTools::UITest::Extension::IUITechnologyElement ^ get(); void set(Microsoft::VisualStudio::TestTools::UITest::Extension::IUITechnologyElement ^ value); };
public abstract Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement SwitchingElement { get; set; }
member this.SwitchingElement : Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement with get, set
Public MustOverride Property SwitchingElement As IUITechnologyElement