TaskProvider::IVsTaskProvider2::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 = IVsTaskProvider2::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.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
This method calls SubcategoryList.
Show: