IVsAddWebReferenceResult::GetReferenceType Method ()
Visual Studio 2015
Returns the ServiceReferenceType of a service reference in the Add Service Reference dialog box.
Assembly: Microsoft.VisualStudio.WCFReference.Interop (in Microsoft.VisualStudio.WCFReference.Interop.dll)
Return Value
Type: Microsoft.VisualStudio.WCFReference.Interop::ServiceReferenceTypeA ServiceReferenceType representing the type of the service reference.
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.
Show: