IVsAddWebReferenceResult.GetReferenceType 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回 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 表示服务引用的类型。
注解
添加服务引用 对话框返回的服务引用可以是对 WINDOWS COMMUNICATION FOUNDATION (WCF) ,也可以是对使用 ASP.NET 的 Web 服务 (.asmx) 的引用。