IDiscoveryResult2 接口

定义

下载 XML Web service 发现会话的结果。

public interface class IDiscoveryResult2
public interface class IDiscoveryResult2
__interface IDiscoveryResult2
[System.Runtime.InteropServices.Guid("9947783D-B173-4FD9-8E6E-91482CF9E239")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IDiscoveryResult2
[<System.Runtime.InteropServices.Guid("9947783D-B173-4FD9-8E6E-91482CF9E239")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IDiscoveryResult2 = interface
Public Interface IDiscoveryResult2
属性

注解

使用此接口可以检索从 web 服务下载的文件。 此结果通常返回到调用接口 IVsAddWebReferenceDlg2

实施者说明

使用发现 Web 服务时,实现 IDiscoveryResult2 接口 IDiscoverySession 。 还由 IVsAddWebReferenceDlg2 接口使用。

方法

DownloadServiceDocument(String, String, IDiscoveryClientResultCollection)

使用指向包含 Web 服务发现会话结果的客户端发现结果集合对象指针的指针更新输出参数

适用于