IVsUIEnumDataSourceProperties.Next 方法

定义

检索枚举序列中指定数目的项。

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[] *  -> int
Public Function Next (celt As UInteger, rgelt As VsUIPropertyDescriptor(), ByRef pceltFetched As UInteger) As Integer

参数

celt
UInt32

中要返回的项数。

rgelt
VsUIPropertyDescriptor[]

弄要返回项数组的位置。

pceltFetched
UInt32

弄实际返回项的数目。

返回

Int32

如果返回了项,则返回 S_OK。

适用于