Share via


IVsTaskItem.SubcategoryIndex Method

Returns the index to the subcategory list maintained by the provider.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

Syntax

'Dichiarazione
Function SubcategoryIndex ( _
    <OutAttribute> ByRef pIndex As Integer _
) As Integer
'Utilizzo
Dim instance As IVsTaskItem
Dim pIndex As Integer
Dim returnValue As Integer

returnValue = instance.SubcategoryIndex(pIndex)
int SubcategoryIndex(
    out int pIndex
)
int SubcategoryIndex(
    [OutAttribute] int% pIndex
)
function SubcategoryIndex(
    pIndex : int
) : int

Parameters

  • pIndex
    Type: System.Int32%

    [out, retval] Index position in the subcategory list.

Return Value

Type: System.Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

COM Signature

From vsshell.idl:

HRESULT IVsTaskItem::SubcategoryIndex(
   [out, retval]long *pIndex
);

Use this method to return the index position corresponding to a specific subcategory. Subcategories are not visible to the user but are used for sorting the task list.

Permissions

See Also

Reference

IVsTaskItem Interface

IVsTaskItem Members

Microsoft.VisualStudio.Shell.Interop Namespace