Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:  Microsoft.VisualStudio.TeamFoundation
Assembly:  Microsoft.VisualStudio.TeamFoundation (in Microsoft.VisualStudio.TeamFoundation.dll)
Syntax
'Declaration
Public Sub New ( _
    pluginCategory As String, _
    pluginId As String, _
    serviceType As Type, _
    pluginName As String, _
    pluginDescription As String _
)
public PluginRegistrationAttribute(
    string pluginCategory,
    string pluginId,
    Type serviceType,
    string pluginName,
    string pluginDescription
)
public:
PluginRegistrationAttribute(
    String^ pluginCategory, 
    String^ pluginId, 
    Type^ serviceType, 
    String^ pluginName, 
    String^ pluginDescription
)
new : 
        pluginCategory:string * 
        pluginId:string * 
        serviceType:Type * 
        pluginName:string * 
        pluginDescription:string -> PluginRegistrationAttribute
public function PluginRegistrationAttribute(
    pluginCategory : String, 
    pluginId : String, 
    serviceType : Type, 
    pluginName : String, 
    pluginDescription : String
)
Parameters
- pluginCategory
 Type: System.String
- pluginId
 Type: System.String
- serviceType
 Type: System.Type
- pluginName
 Type: System.String
- pluginDescription
 Type: System.String
.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.
See Also
Reference
PluginRegistrationAttribute Class