IVsWCFReferenceGroupCollection::Item Method (Int32)
Visual Studio 2015
Returns a specified Windows Communication Foundation (WCF) reference group in the collection.
Assembly: Microsoft.VisualStudio.WCFReference.Interop (in Microsoft.VisualStudio.WCFReference.Interop.dll)
Parameters
- index
-
Type:
System::Int32
An Integer representing the index of a WCF reference group in the collection.
Return Value
Type: Microsoft.VisualStudio.WCFReference.Interop::IVsWCFReferenceGroup^A WCF reference group.
A reference group can also be returned by referencing the namespace and name (GetReferenceGroupByName) or the .svcmap file (GetReferenceGroupFromMapFile).
Show: