IVsTaskItem2.SubcategoryIndex 方法 (Int32%)

返回索引到该子类别列表维护由任务提供程序。

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

语法

声明
Function SubcategoryIndex ( _
    <OutAttribute> ByRef pIndex As Integer _
) As Integer
int SubcategoryIndex(
    out int pIndex
)

参数

  • pIndex
    类型:System.Int32%
    [out, retval] 在子类别的索引位置列表中。

返回值

类型:System.Int32

备注

使用此方法返回索引位置与特定子类别相对应。 子类别不对用户可见,但是用于排序任务列表。

.NET Framework 安全性

请参见

参考

IVsTaskItem2 接口

SubcategoryIndex 重载

Microsoft.VisualStudio.Shell.Interop 命名空间