Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the next IVsWCFReferenceGroupMetadataItem.
Namespace: Microsoft.VisualStudio.WCFReference.Interop
Assembly: Microsoft.VisualStudio.WCFReference.Interop (in Microsoft.VisualStudio.WCFReference.Interop.dll)
Syntax
'Declaration
Function Next ( _
celt As UInteger, _
<OutAttribute> rgelt As IVsWCFReferenceGroupMetadataItem(), _
<OutAttribute> ByRef pceltFetched As UInteger _
) As Integer
int Next(
uint celt,
IVsWCFReferenceGroupMetadataItem[] rgelt,
out uint pceltFetched
)
int Next(
[InAttribute] unsigned int celt,
[OutAttribute] array<IVsWCFReferenceGroupMetadataItem^>^ rgelt,
[OutAttribute] unsigned int% pceltFetched
)
abstract Next :
celt:uint32 *
rgelt:IVsWCFReferenceGroupMetadataItem[] byref *
pceltFetched:uint32 byref -> int
function Next(
celt : uint,
rgelt : IVsWCFReferenceGroupMetadataItem[],
pceltFetched : uint
) : int
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.IVsWCFReferenceGroupMetadataItem[]
An array of IVsWCFReferenceGroupMetadataItem objects. Contains pceltFetched objects.
- pceltFetched
Type: System.UInt32%
Actual number of contract interfaces that are retrieved.
Return Value
Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.