IEnumWCFReferenceContracts::Next Method (UInt32, array<IVsWCFReferenceContract^>^, UInt32)

 

Retrieves the next IVsWCFReferenceContract.

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

int Next(
	unsigned int celt,
	array<IVsWCFReferenceContract^>^ rgelt,
	[OutAttribute] unsigned int% pceltFetched
)

Parameters

celt
Type: System::UInt32

Number of contract interfaces to return, or zero to indicate a request for all the objects.

rgelt
Type: array<Microsoft.VisualStudio.WCFReference.Interop::IVsWCFReferenceContract^>^

An array of IVsWCFReferenceContract objects. Contains pceltFetched objects.

pceltFetched
Type: System::UInt32

Actual number of contract interfaces retrieved.

Return Value

Type: System::Int32
Return to top
Show: