IDiscoverySession Interface
Called by IVsAddWebReferenceDlg2 to discover XML Web services.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Dichiarazione
<InterfaceTypeAttribute()> _
<GuidAttribute("D622FE99-2087-4D78-8B49-7B46460475FD")> _
Public Interface IDiscoverySession
'Utilizzo
Dim instance As IDiscoverySession
[InterfaceTypeAttribute()]
[GuidAttribute("D622FE99-2087-4D78-8B49-7B46460475FD")]
public interface IDiscoverySession
[InterfaceTypeAttribute()]
[GuidAttribute(L"D622FE99-2087-4D78-8B49-7B46460475FD")]
public interface class IDiscoverySession
public interface IDiscoverySession
Remarks
Implement the IDiscoverySession Interface when you add web references using IVsAddWebReferenceDlg2 Interface.
Notes to Implementers:
Implement this interface when you need to create a discovery session to add Web service references.