IVsWCFReferenceGroup.GetContractsEnumerator 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 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.