Task.IVsTaskItem.SubcategoryIndex 方法

获取任务的索引在子类别的列表。

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

语法

声明
Private Function SubcategoryIndex ( _
    <OutAttribute> ByRef index As Integer _
) As Integer Implements IVsTaskItem.SubcategoryIndex
int IVsTaskItem.SubcategoryIndex(
    out int index
)

参数

返回值

类型:System.Int32
S_OK .

实现

IVsTaskItem.SubcategoryIndex(Int32%)

.NET Framework 安全性

请参见

参考

Task 类

Microsoft.VisualStudio.Shell 命名空间