Initializes a new instance of the ExtensionNameAttribute class.
Namespace:  Microsoft.TeamFoundation
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Sub New ( _
    name As String _
)
public ExtensionNameAttribute(
    string name
)
public:
ExtensionNameAttribute(
    String^ name
)
new : 
        name:string -> ExtensionNameAttribute
public function ExtensionNameAttribute(
    name : String
)
Parameters
- name 
 Type: System.String- The name to use as an override for the extension’s fully qualified class name. 
.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.