UITestBuilderExtension.ShowExtensionView Method
When overridden in a derived class, opens the view of the extension.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
'Declaration
Public MustOverride Function ShowExtensionView As Window
public abstract Window ShowExtensionView()
public:
virtual Window^ ShowExtensionView() abstract
abstract ShowExtensionView : unit -> Window
public abstract function ShowExtensionView() : Window
Return Value
Type: System.Windows.Window
The window of the Coded UI Test Builder extension.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.