ServiceDefinition, constructeur (String, Guid, String, String, RelativeToSetting, String, String, List<LocationMapping>, Guid)
Espace de noms : Microsoft.VisualStudio.Services.Location
Assembly : Microsoft.VisualStudio.Services.WebApi (dans Microsoft.VisualStudio.Services.WebApi.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, _
toolId As String, _
locationMappings As List(Of LocationMapping), _
serviceOwner As Guid _
)
public ServiceDefinition(
string serviceType,
Guid identifier,
string displayName,
string relativePath,
RelativeToSetting relativeToSetting,
string description,
string toolId,
List<LocationMapping> locationMappings,
Guid serviceOwner
)
Paramètres
- serviceType
Type : System.String
- identifier
Type : System.Guid
- displayName
Type : System.String
- relativePath
Type : System.String
- relativeToSetting
Type : Microsoft.VisualStudio.Services.Location.RelativeToSetting
- description
Type : System.String
- toolId
Type : System.String
- locationMappings
Type : System.Collections.Generic.List<LocationMapping>
- serviceOwner
Type : System.Guid
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.