IVsAddWebReferenceResult.GetReferenceType Method
Returns the ServiceReferenceType of a service reference in the Add Service Reference dialog box.
Namespace: Microsoft.VisualStudio.WCFReference.Interop
Assembly: Microsoft.VisualStudio.WCFReference.Interop (in Microsoft.VisualStudio.WCFReference.Interop.dll)
Syntax
'Declaration
Function GetReferenceType As ServiceReferenceType
ServiceReferenceType GetReferenceType()
ServiceReferenceType GetReferenceType()
abstract GetReferenceType : unit -> ServiceReferenceType
function GetReferenceType() : ServiceReferenceType
Return Value
Type: Microsoft.VisualStudio.WCFReference.Interop.ServiceReferenceType
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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.