IVsUIEnumDataSourceProperties.Next 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检索枚举序列中指定数目的项。
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
弄实际返回项的数目。
返回
如果返回了项,则返回 S_OK。