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