ServiceDefinition 构造函数 (String, Guid, String, String, RelativeToSetting, String, String, List<LocationMapping>, Guid)

命名空间:  Microsoft.VisualStudio.Services.Location
程序集:  Microsoft.VisualStudio.Services.WebApi(在 Microsoft.VisualStudio.Services.WebApi.dll 中)

语法

声明
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
)

参数

.NET Framework 安全性

请参阅

参考

ServiceDefinition 类

ServiceDefinition 重载

Microsoft.VisualStudio.Services.Location 命名空间