IVsTaskItem2.SubcategoryIndex(Int32) Method
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.
Returns the index into the subcategory list maintained by a task provider.
public:
int SubcategoryIndex([Runtime::InteropServices::Out] int % pIndex);
C++/WinRT
int SubcategoryIndex([Runtime::InteropServices::Out] int & pIndex);
public int SubcategoryIndex(out int pIndex);
abstract member SubcategoryIndex : int -> int
Public Function SubcategoryIndex (ByRef pIndex As Integer) As Integer
- pIndex
- Int32
[out, retval] Index position in the subcategory list.
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.
製品 | バージョン |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |