IVsWCFReferenceGroupCollection.Item(Int32) 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 a specified Windows Communication Foundation (WCF) reference group in the collection.
public:
 Microsoft::VisualStudio::WCFReference::Interop::IVsWCFReferenceGroup ^ Item(int index);public:
 Microsoft::VisualStudio::WCFReference::Interop::IVsWCFReferenceGroup ^ Item(int index);Microsoft::VisualStudio::WCFReference::Interop::IVsWCFReferenceGroup Item(int index);public Microsoft.VisualStudio.WCFReference.Interop.IVsWCFReferenceGroup Item(int index);abstract member Item : int -> Microsoft.VisualStudio.WCFReference.Interop.IVsWCFReferenceGroupPublic Function Item (index As Integer) As IVsWCFReferenceGroupParameters
- index
- Int32
An Integer representing the index of a WCF reference group in the collection.
Returns
A WCF reference group.
Remarks
A reference group can also be returned by referencing the namespace and name (GetReferenceGroupByName) or the .svcmap file (GetReferenceGroupFromMapFile).