ServiceDefinition, constructeur
Crée un ServiceDefinition selon les informations fournies.
Espace de noms : Microsoft.TeamFoundation.Framework.Client
Assembly : Microsoft.TeamFoundation.Client (dans Microsoft.TeamFoundation.Client.dll)
Syntaxe
'Déclaration
Public Sub New ( _
serviceType As String, _
identifier As Guid, _
displayName As String, _
relativePath As String, _
relativeToSetting As RelativeToSetting, _
description As String, _
toolType As String _
)
public ServiceDefinition(
string serviceType,
Guid identifier,
string displayName,
string relativePath,
RelativeToSetting relativeToSetting,
string description,
string toolType
)
Paramètres
- serviceType
Type : System.String
Le type de service pour ce ServiceDefinition.
- identifier
Type : System.Guid
L'identificateur pour ce ServiceDefinition.
- displayName
Type : System.String
Nom complet pour ce ServiceDefinition.
- relativePath
Type : System.String
Le chemin d'accès relatif pour ce ServiceDefinition.
- relativeToSetting
Type : Microsoft.TeamFoundation.Framework.Common.RelativeToSetting
RelativeToSetting pour ce ServiceDefinition.
- description
Type : System.String
Description de ce ServiceDefinition.
- toolType
Type : System.String
Le type d'outil pour ce ServiceDefinition
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.