IVsAddWebReferenceResult.GetReferenceType Method
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.
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.