IVsDiscoveryService 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建发现会话。
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) |
返回指向发现会话的指针。 |