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 _
)
public PluginRegistrationAttribute(
    string pluginCategory,
    string pluginId,
    Type serviceType
)
public:
PluginRegistrationAttribute(
    String^ pluginCategory, 
    String^ pluginId, 
    Type^ serviceType
)
new : 
        pluginCategory:string * 
        pluginId:string * 
        serviceType:Type -> PluginRegistrationAttribute
public function PluginRegistrationAttribute(
    pluginCategory : String, 
    pluginId : String, 
    serviceType : Type
)
Parameters
- pluginCategory
 Type: System.String
- pluginId
 Type: System.String
- serviceType
 Type: System.Type
.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