IVsWCFReferenceGroupDetails.GetServiceEndpoints 方法

定义

返回一个 IEnumerable 集合,其中包含 Windows Communication Foundation (WCF) 服务引用的终结点。

public:
 System::Collections::Generic::IEnumerable<System::ServiceModel::Description::ServiceEndpoint ^> ^ GetServiceEndpoints();
public System.Collections.Generic.IEnumerable<System.ServiceModel.Description.ServiceEndpoint> GetServiceEndpoints ();
abstract member GetServiceEndpoints : unit -> seq<System.ServiceModel.Description.ServiceEndpoint>
Public Function GetServiceEndpoints () As IEnumerable(Of ServiceEndpoint)

返回

IEnumerable<ServiceEndpoint>

一个 IEnumerable 集合,其中包含给定 WCF 服务引用的所有终结点。

适用于