IVsEnumWCFMetadataStorages.Next Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the next IVsWCFMetadataStorage.
public:
int Next(System::UInt32 celt, cli::array <Microsoft::VisualStudio::WCFReference::Interop::IVsWCFMetadataStorage ^> ^ rgelt, [Runtime::InteropServices::Out] System::UInt32 % pceltFetched);
int Next(unsigned int celt, std::Array <Microsoft::VisualStudio::WCFReference::Interop::IVsWCFMetadataStorage const &> const & rgelt, [Runtime::InteropServices::Out] unsigned int & pceltFetched);
public int Next (uint celt, Microsoft.VisualStudio.WCFReference.Interop.IVsWCFMetadataStorage[] rgelt, out uint pceltFetched);
abstract member Next : uint32 * Microsoft.VisualStudio.WCFReference.Interop.IVsWCFMetadataStorage[] * uint32 -> int
Public Function Next (celt As UInteger, rgelt As IVsWCFMetadataStorage(), ByRef pceltFetched As UInteger) As Integer
Parameters
- celt
- UInt32
Number of contract interfaces to return, or zero to indicate a request for all the objects.
- rgelt
- IVsWCFMetadataStorage[]
An array of IVsWCFMetadataStorage objects. Contains pceltFetched
objects.
- pceltFetched
- UInt32
Actual number of contract interfaces retrieved.
Returns
The index of the next storage in rgelt
.