TestTypeExtensionClientSide.GetUI Method
Returns an object that provides access to the test user interface in Visual Studio Application Lifecycle Management (ALM).
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public Overridable Function GetUI As Object
public virtual Object GetUI()
public:
virtual Object^ GetUI()
abstract GetUI : unit -> Object
override GetUI : unit -> Object
public function GetUI() : Object
Return Value
Type: Object
An object that provides access to the test user interface in Visual Studio ALM, such as an abstract TestTypeExtensionUI object that can be found in the Microsoft.VisualStudio.QualityTools.Vsip assembly.
.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.