SVsAddWebReferenceDlg Interface
Visual Studio 2015
Passed to GetService to return a reference to IVsAddWebReferenceDlg.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Before you call AddWebReferenceDlg you have to get a discovery session by querying SVsDiscoveryService for the CreateDiscoverySession method. The AddWebReference method then defines the Web Reference and IVsAddWebReferenceDlg2 is responsible for processing the Discovery Result.
Show: