IVsAddWebReferenceDlg3 Interface

Definition

Provides an interface for displaying the Add Service Reference dialog box and displaying the results.

public interface class IVsAddWebReferenceDlg3
public interface class IVsAddWebReferenceDlg3
__interface IVsAddWebReferenceDlg3
[System.Runtime.InteropServices.Guid("46E27779-A3E6-484B-A0EE-15795B173AE6")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsAddWebReferenceDlg3
[<System.Runtime.InteropServices.Guid("46E27779-A3E6-484B-A0EE-15795B173AE6")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsAddWebReferenceDlg3 = interface
Public Interface IVsAddWebReferenceDlg3
Attributes

Remarks

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

Methods

ShowAddWebReferenceDialog(IVsHierarchy, IDiscoverySession, ServiceReferenceType, String, IVsWCFReferenceGroup, String, IVsAddWebReferenceResult, Int32)

Displays the Add Service Reference dialog box.

ShowDiscoveredServicesInCurrentDialog(Int32, String[], String[], String, String)

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

Applies to