Task.IVsTaskItem.SubcategoryIndex(Int32) Method

Definition

Gets the index of the task in the subcategory list.

 virtual int Microsoft.VisualStudio.Shell.Interop.IVsTaskItem.SubcategoryIndex([Runtime::InteropServices::Out] int % index) = Microsoft::VisualStudio::Shell::Interop::IVsTaskItem::SubcategoryIndex;
int IVsTaskItem.SubcategoryIndex (out int index);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsTaskItem.SubcategoryIndex : int -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsTaskItem.SubcategoryIndex : int -> int
Function SubcategoryIndex (ByRef index As Integer) As Integer Implements IVsTaskItem.SubcategoryIndex

Parameters

index
Int32

[out] Returns the index.

Returns

S_OK.

Implements

Applies to