IVsDiscoveryService 接口

定义

创建发现会话。

public interface class IVsDiscoveryService
public interface class IVsDiscoveryService
__interface IVsDiscoveryService
[System.Runtime.InteropServices.Guid("B9A32C80-B14D-4AE3-A955-5CBC3E7FAB10")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsDiscoveryService
[<System.Runtime.InteropServices.Guid("B9A32C80-B14D-4AE3-A955-5CBC3E7FAB10")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsDiscoveryService = interface
Public Interface IVsDiscoveryService
属性

注解

使用此接口可以创建发现会话来发现 web 服务。

调用方说明

调用此接口可创建发现会话。 通过查询此接口 SVsDiscoveryService

方法

CreateDiscoverySession(IDiscoverySession)

返回指向发现会话的指针。

适用于