TaskProvider::IVsTaskProvider::SubcategoryList Method (UInt32, array<String^>^, UInt32)

 

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

Namespace:   Microsoft.VisualStudio.Shell
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.

Return Value

Type: System::Int32

S_OK.

Return to top
Show: