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