IVsAddWebReferenceDlg 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.
Allows a VSPackage to include a web services dialog box.
public interface class IVsAddWebReferenceDlg
public interface class IVsAddWebReferenceDlg
__interface IVsAddWebReferenceDlg
[System.Runtime.InteropServices.Guid("BD71396F-39C6-4E3F-BBA2-79CE33A8B302")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsAddWebReferenceDlg
[System.Runtime.InteropServices.Guid("BD71396F-39C6-4E3F-BBA2-79CE33A8B302")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsAddWebReferenceDlg
[<System.Runtime.InteropServices.Guid("BD71396F-39C6-4E3F-BBA2-79CE33A8B302")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsAddWebReferenceDlg = interface
[<System.Runtime.InteropServices.Guid("BD71396F-39C6-4E3F-BBA2-79CE33A8B302")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsAddWebReferenceDlg = interface
Public Interface IVsAddWebReferenceDlg
- Attributes
Remarks
Call IVsAddWebReferenceDlg
when you want to call XML Web services for a VSPackage. Obtain IVsAddWebReferenceDlg
by querying SVsAddWebReferenceDlg.
Methods
AddWebReferenceDlg(String, Int32) |
Displays the Add Web Reference dialog box, allowing the user to pick a Web reference URL. |