IEnumWCFReferenceEndpoints::Next Method (UInt32, array<IVsWCFReferenceEndpoint^>^, UInt32)
Visual Studio 2015
Retrieves the next IVsWCFReferenceEndpoint.
Assembly: Microsoft.VisualStudio.WCFReference.Interop (in Microsoft.VisualStudio.WCFReference.Interop.dll)
int Next( unsigned int celt, array<IVsWCFReferenceEndpoint^>^ rgelt, [OutAttribute] unsigned int% pceltFetched )
Parameters
- celt
-
Type:
System::UInt32
Number of endpoint interfaces to return, or zero to indicate a request for all the objects.
- rgelt
-
Type:
array<Microsoft.VisualStudio.WCFReference.Interop::IVsWCFReferenceEndpoint^>^
An array of IVsWCFReferenceEndpoint objects. Contains pceltFetched objects.
- pceltFetched
-
Type:
System::UInt32
Actual number of endpoint interfaces retrieved.
Return Value
Type: System::Int32
Show: