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::ExtensionName Property
When overridden in a derived class, gets a custom name for the extension.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Property Value
Type: System::String^The name of the extension. Return null to use the default name of "Unit Test".
This extension name is used in the user interface in Visual Studio Application Lifecycle Management (ALM), such as the Test Type column in the Test View window.
Show: