IVsAddWebReferenceResult.GetReferenceType Method

Definition

Returns the ServiceReferenceType of a service reference in the Add Service Reference dialog box.

public:
 Microsoft::VisualStudio::WCFReference::Interop::ServiceReferenceType GetReferenceType();
public:
 Microsoft::VisualStudio::WCFReference::Interop::ServiceReferenceType GetReferenceType();
Microsoft::VisualStudio::WCFReference::Interop::ServiceReferenceType GetReferenceType();
public Microsoft.VisualStudio.WCFReference.Interop.ServiceReferenceType GetReferenceType ();
abstract member GetReferenceType : unit -> Microsoft.VisualStudio.WCFReference.Interop.ServiceReferenceType
Public Function GetReferenceType () As ServiceReferenceType

Returns

A ServiceReferenceType representing the type of the service reference.

Remarks

Service references returned by the Add Service Reference dialog box can be either references to Windows Communication Foundation (WCF) or references to Web services (ASMX) that use ASP.NET.

Applies to