IVsWCFReferenceContract.GetReferenceEndpointEnumerator Method

Definition

Returns the collection of endpoints for the Windows Communication Foundation (WCF) service reference.

public:
 Microsoft::VisualStudio::WCFReference::Interop::IEnumWCFReferenceEndpoints ^ GetReferenceEndpointEnumerator();
public Microsoft.VisualStudio.WCFReference.Interop.IEnumWCFReferenceEndpoints GetReferenceEndpointEnumerator ();
abstract member GetReferenceEndpointEnumerator : unit -> Microsoft.VisualStudio.WCFReference.Interop.IEnumWCFReferenceEndpoints
Public Function GetReferenceEndpointEnumerator () As IEnumWCFReferenceEndpoints

Returns

An IEnumWCFReferenceEndpoints enumerator.

Applies to