Task.IVsTaskItem.SubcategoryIndex(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.