IVsWCFReferenceGroup.GetContractsEnumerator Method

Definition

Returns an enumerator for a Windows Communication Foundation (WCF) service contract in a reference group.

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

Returns

An enumerator for a contract in a reference group.

Applies to