IVsAddWebReferenceResult.GetReferenceType 方法

定义

返回 ServiceReferenceType 添加服务引用对话框中服务引用的。

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

返回

ServiceReferenceType

ServiceReferenceType 表示服务引用的类型。

注解

添加服务引用 对话框返回的服务引用可以是对 WINDOWS COMMUNICATION FOUNDATION (WCF) ,也可以是对使用 ASP.NET 的 Web 服务 (.asmx) 的引用。

适用于