IVsWCFReferenceContract.GetReferenceEndpointEnumerator Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.