IDiscoveryResult2 Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Downloads the results of an XML Web service discovery session.
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
- Attributes
Remarks
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.
Methods
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 |