SVsAddWebReferenceDlg 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.
Passed to GetService(Type) to return a reference to IVsAddWebReferenceDlg.
public interface class SVsAddWebReferenceDlg
public interface class SVsAddWebReferenceDlg
__interface SVsAddWebReferenceDlg
[System.Runtime.InteropServices.ComVisible(false)]
[System.Runtime.InteropServices.Guid("BD71396F-39C6-4E3F-BBA2-79CE33A8B302")]
public interface SVsAddWebReferenceDlg
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Runtime.InteropServices.Guid("BD71396F-39C6-4E3F-BBA2-79CE33A8B302")>]
type SVsAddWebReferenceDlg = interface
Public Interface SVsAddWebReferenceDlg
- Attributes
Remarks
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.