IVsDiscoveryService 接口

创建一个发现会话。

命名空间:  Microsoft.VisualStudio.Shell.Interop
程序集:  Microsoft.VisualStudio.Shell.Interop(在 Microsoft.VisualStudio.Shell.Interop.dll 中)

语法

声明
<GuidAttribute("B9A32C80-B14D-4AE3-A955-5CBC3E7FAB10")> _
<InterfaceTypeAttribute()> _
Public Interface IVsDiscoveryService
[GuidAttribute("B9A32C80-B14D-4AE3-A955-5CBC3E7FAB10")]
[InterfaceTypeAttribute()]
public interface IVsDiscoveryService

IVsDiscoveryService 类型公开以下成员。

方法

  名称 说明
公共方法 CreateDiscoverySession 返回指向发现会话。

页首

备注

使用此接口来创建查看会话查看 web 服务。

对调用者的说明

调用此接口可创建查看会话。 此接口的查询。 SVsDiscoveryService

请参见

参考

Microsoft.VisualStudio.Shell.Interop 命名空间