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::ExtensionName Property

 

When overridden in a derived class, gets a custom name for the extension.

Namespace:   Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

public:
property String^ ExtensionName {
	virtual String^ get() abstract;
}

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.

Return to top
Show: