Partager via


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.
  • description
    Type : System.String
    Description de ce ServiceDefinition.
  • toolType
    Type : System.String
    Le type d'outil pour ce ServiceDefinition

Sécurité .NET Framework

Voir aussi

Référence

ServiceDefinition Classe

Microsoft.TeamFoundation.Framework.Client, espace de noms