IVsUIEnumDataSourceProperties.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 a specified number of items in the enumeration sequence.
public:
int Next(System::UInt32 celt, cli::array <Microsoft::VisualStudio::Shell::Interop::VsUIPropertyDescriptor> ^ rgelt, [Runtime::InteropServices::Out] System::UInt32 % pceltFetched);
int Next(unsigned int celt, std::Array <Microsoft::VisualStudio::Shell::Interop::VsUIPropertyDescriptor> const & rgelt, [Runtime::InteropServices::Out] unsigned int & pceltFetched);
public int Next (uint celt, Microsoft.VisualStudio.Shell.Interop.VsUIPropertyDescriptor[] rgelt, out uint pceltFetched);
abstract member Next : uint32 * Microsoft.VisualStudio.Shell.Interop.VsUIPropertyDescriptor[] * uint32 -> int
Public Function Next (celt As UInteger, rgelt As VsUIPropertyDescriptor(), ByRef pceltFetched As UInteger) As Integer
Parameters
- celt
- UInt32
[in] The number of items to return.
- rgelt
- VsUIPropertyDescriptor[]
[out] Location to return an array of items.
- pceltFetched
- UInt32
[out] Location to return the number of items actually returned.
Returns
Returns S_OK if the items were returned.