IVsUIEnumDataSourceProperties.Next 方法

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

命名空间:  Microsoft.VisualStudio.Shell.Interop
程序集:   Microsoft.VisualStudio.Shell.Interop.10.0(在 Microsoft.VisualStudio.Shell.Interop.10.0.dll 中)
  Microsoft.VisualStudio.Shell.11.0(在 Microsoft.VisualStudio.Shell.11.0.dll 中)

语法

声明
Function Next ( _
    celt As UInteger, _
    <OutAttribute> rgelt As VsUIPropertyDescriptor(), _
    <OutAttribute> ByRef pceltFetched As UInteger _
) As Integer
int Next(
    uint celt,
    VsUIPropertyDescriptor[] rgelt,
    out uint pceltFetched
)

参数

  • pceltFetched
    类型:System.UInt32%
    [out] 返回的项数位置实际上返回。

返回值

类型:System.Int32
,如果项目,返回 S_OK。

.NET Framework 安全性

请参见

参考

IVsUIEnumDataSourceProperties 接口

Microsoft.VisualStudio.Shell.Interop 命名空间