IVsEnumWCFMetadataStorages::Next Method (UInt32, array<IVsWCFMetadataStorage^>^, UInt32)
Visual Studio 2015
Retrieves the next IVsWCFMetadataStorage.
Assembly: Microsoft.VisualStudio.WCFReference.Interop (in Microsoft.VisualStudio.WCFReference.Interop.dll)
int Next( unsigned int celt, array<IVsWCFMetadataStorage^>^ 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::IVsWCFMetadataStorage^>^
An array of IVsWCFMetadataStorage objects. Contains pceltFetched objects.
- pceltFetched
-
Type:
System::UInt32
Actual number of contract interfaces retrieved.
Show: