IDiscoveryResult Interface

Downloads the results of an XML Web service discovery session.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

Syntax

‘선언
<InterfaceTypeAttribute()> _
<GuidAttribute("B9A32C91-B14D-4AE3-A955-5CBC3E75FCA5")> _
Public Interface IDiscoveryResult
‘사용 방법
Dim instance As IDiscoveryResult
[InterfaceTypeAttribute()]
[GuidAttribute("B9A32C91-B14D-4AE3-A955-5CBC3E75FCA5")]
public interface IDiscoveryResult
[InterfaceTypeAttribute()]
[GuidAttribute(L"B9A32C91-B14D-4AE3-A955-5CBC3E75FCA5")]
public interface class IDiscoveryResult
[<InterfaceTypeAttribute()>]
[<GuidAttribute("B9A32C91-B14D-4AE3-A955-5CBC3E75FCA5")>]
type IDiscoveryResult =  interface end
public interface IDiscoveryResult

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 IDiscoveryResult interface whenever you use IDiscoverySession to discover Web services. Also used by IVsAddWebReferenceDlg2 Interface.

See Also

Reference

IDiscoveryResult Members

Microsoft.VisualStudio.Shell.Interop Namespace