IDiscoveryResult2 Interface
Visual Studio 2015
Downloads the results of an XML Web service discovery session.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | DownloadServiceDocument(String, String, IDiscoveryClientResultCollection) | Updates an output parameter with a pointer to a pointer to a Client Discovery Result Collection Object containing the results of a Web Service Discovery Session |
Use this interface to retrieve the files downloaded from a web service. This result is returned to the calling interface, usually IVsAddWebReferenceDlg2.
Notes to Implementers:
Implement the IDiscoveryResult2 interface whenever you use IDiscoverySession to discover Web services. Also used by IVsAddWebReferenceDlg2 Interface.
Show:
