IDiscoveryResult2 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
下载 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 服务发现会话结果的客户端发现结果集合对象指针的指针更新输出参数 |