TaskProvider::IVsTaskProvider::SubcategoryList Method (UInt32, array<String^>^, UInt32)
Visual Studio 2015
Gets a list of subcategories for the tasks of this task provider.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
private: virtual int SubcategoryList( unsigned int cbstr, array<String^>^ rgbstr, [OutAttribute] unsigned int% cnt ) sealed = IVsTaskProvider::SubcategoryList
Parameters
- cbstr
-
Type:
System::UInt32
The number of subcategories in rgbstr.
- rgbstr
-
Type:
array<System::String^>^
An array of subcategories
- cnt
-
Type:
System::UInt32
[out] The number of subcategories.
Show: