Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.VisualStudio.TeamFoundation
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.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