Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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)

public:
virtual Object^ GetUI()

Return Value

Type: System::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.

Return to top
Show: