Task::IVsTaskItem::SubcategoryIndex Method (Int32)

 

Gets the index of the task in the subcategory list.

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

private:
virtual int SubcategoryIndex(
	[OutAttribute] int% index
) sealed = IVsTaskItem::SubcategoryIndex

Parameters

index
Type: System::Int32

[out] Returns the index.

Return Value

Type: System::Int32

S_OK.

Return to top
Show: