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)

[GuidAttribute("46E27779-A3E6-484B-A0EE-15795B173AE6")]
[InterfaceTypeAttribute(1)]
public interface IVsAddWebReferenceDlg3

NameDescription
System_CAPS_pubmethodShowAddWebReferenceDialog(IVsHierarchy, IDiscoverySession, ServiceReferenceType, String, IVsWCFReferenceGroup, String, IVsAddWebReferenceResult, Int32)

Displays the Add Service Reference dialog box.

System_CAPS_pubmethodShowDiscoveredServicesInCurrentDialog(Int32, String[], String[], String, String)

Displays a list of Windows Communication Foundation (WCF) services in an Add Service Reference dialog box.

This interface exposes a ShowAddWebReferenceDialog method which displays the Add Service Reference dialog box.

Return to top
Show: