ILocationService.FindServiceDefinitions 方法

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

语法

声明
Function FindServiceDefinitions ( _
    serviceType As String, _
    serviceOwner As Guid _
) As IEnumerable(Of ServiceDefinition)
IEnumerable<ServiceDefinition> FindServiceDefinitions(
    string serviceType,
    Guid serviceOwner
)

参数

返回值

类型:System.Collections.Generic.IEnumerable<ServiceDefinition>

.NET Framework 安全性

请参阅

参考

ILocationService 接口

Microsoft.VisualStudio.Services.Location 命名空间