IEnumWCFReferenceEndpoints.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 IVsWCFReferenceEndpoint.
public:
int Next(System::UInt32 celt, cli::array <Microsoft::VisualStudio::WCFReference::Interop::IVsWCFReferenceEndpoint ^> ^ rgelt, [Runtime::InteropServices::Out] System::UInt32 % pceltFetched);
int Next(unsigned int celt, std::Array <Microsoft::VisualStudio::WCFReference::Interop::IVsWCFReferenceEndpoint const &> const & rgelt, [Runtime::InteropServices::Out] unsigned int & pceltFetched);
public int Next (uint celt, Microsoft.VisualStudio.WCFReference.Interop.IVsWCFReferenceEndpoint[] rgelt, out uint pceltFetched);
abstract member Next : uint32 * Microsoft.VisualStudio.WCFReference.Interop.IVsWCFReferenceEndpoint[] * uint32 -> int
Public Function Next (celt As UInteger, rgelt As IVsWCFReferenceEndpoint(), ByRef pceltFetched As UInteger) As Integer
Parameters
- celt
- UInt32
Number of endpoint interfaces to return, or zero to indicate a request for all the objects.
- rgelt
- IVsWCFReferenceEndpoint[]
An array of IVsWCFReferenceEndpoint objects. Contains pceltFetched
objects.
- pceltFetched
- UInt32
Actual number of endpoint interfaces retrieved.