Share via


IVsWCFReferenceGroupCollection.Item Method

Returns a specified Windows Communication Foundation (WCF) reference group in the collection.

Namespace:  Microsoft.VisualStudio.WCFReference.Interop
Assembly:  Microsoft.VisualStudio.WCFReference.Interop (in Microsoft.VisualStudio.WCFReference.Interop.dll)

Syntax

'Declaration
Function Item ( _
    index As Integer _
) As IVsWCFReferenceGroup
IVsWCFReferenceGroup Item(
    int index
)
IVsWCFReferenceGroup^ Item(
    [InAttribute] int index
)
abstract Item : 
        index:int -> IVsWCFReferenceGroup
function Item(
    index : int
) : IVsWCFReferenceGroup

Parameters

  • index
    Type: 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.

Remarks

A reference group can also be returned by referencing the namespace and name (GetReferenceGroupByName) or the .svcmap file (GetReferenceGroupFromMapFile).

.NET Framework Security

See Also

Reference

IVsWCFReferenceGroupCollection Interface

Microsoft.VisualStudio.WCFReference.Interop Namespace