IVsAddWebReferenceDlg3 Interface
Provides an interface for displaying the Add Service Reference dialog box and displaying the results.
Namespace: Microsoft.VisualStudio.WCFReference.Interop
Assembly: Microsoft.VisualStudio.WCFReference.Interop (in Microsoft.VisualStudio.WCFReference.Interop.dll)
Syntax
'Declaration
<GuidAttribute("46E27779-A3E6-484B-A0EE-15795B173AE6")> _
<InterfaceTypeAttribute()> _
Public Interface IVsAddWebReferenceDlg3
[GuidAttribute("46E27779-A3E6-484B-A0EE-15795B173AE6")]
[InterfaceTypeAttribute()]
public interface IVsAddWebReferenceDlg3
[GuidAttribute(L"46E27779-A3E6-484B-A0EE-15795B173AE6")]
[InterfaceTypeAttribute()]
public interface class IVsAddWebReferenceDlg3
[<GuidAttribute("46E27779-A3E6-484B-A0EE-15795B173AE6")>]
[<InterfaceTypeAttribute()>]
type IVsAddWebReferenceDlg3 = interface end
public interface IVsAddWebReferenceDlg3
The IVsAddWebReferenceDlg3 type exposes the following members.
Methods
Name | Description | |
---|---|---|
ShowAddWebReferenceDialog | Displays the Add Service Reference dialog box. | |
ShowDiscoveredServicesInCurrentDialog | Displays a list of Windows Communication Foundation (WCF) services in an Add Service Reference dialog box. |
Top
Remarks
This interface exposes a ShowAddWebReferenceDialog method which displays the Add Service Reference dialog box.
See Also
Reference
Microsoft.VisualStudio.WCFReference.Interop Namespace