TaskProvider.IVsTaskProvider2.SubcategoryList Method

Definition

Gets a list of subcategories for the tasks of this task provider.

int Microsoft.VisualStudio.Shell.Interop.IVsTaskProvider2.SubcategoryList(unsigned int cbstr, std::Array <std::wstring const &> const & rgbstr, [Runtime::InteropServices::Out] unsigned int & cnt);

Parameters

cbstr
UInt32

The number of subcategories in rgbstr.

rgbstr
String[]

An array of subcategories

cnt
UInt32

[out] The number of subcategories.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Implements

Remarks

This method calls SubcategoryList.

Applies to