Share via


IVsWCFReferenceGroupCollection.Item(Int32) Method

Definition

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.IVsWCFReferenceGroup
Public Function Item (index As Integer) As IVsWCFReferenceGroup

Parameters

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).

Applies to