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)
Syntax
'Declaration
Public MustOverride ReadOnly Property ExtensionName As String
public abstract string ExtensionName { get; }
public:
virtual property String^ ExtensionName {
String^ get () abstract;
}
abstract ExtensionName : string with get
abstract function get ExtensionName () : String
Property Value
Type: String
The name of the extension. Return nulla null reference (Nothing in Visual Basic) to use the default name of "Unit Test".
Remarks
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.
.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.