TaskProvider.IVsTaskProvider.SubcategoryList(UInt32, String[], UInt32) Method

Definition

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

 virtual int Microsoft.VisualStudio.Shell.Interop.IVsTaskProvider.SubcategoryList(System::UInt32 cbstr, cli::array <System::String ^> ^ rgbstr, [Runtime::InteropServices::Out] System::UInt32 % cnt) = Microsoft::VisualStudio::Shell::Interop::IVsTaskProvider::SubcategoryList;
int IVsTaskProvider.SubcategoryList (uint cbstr, string[] rgbstr, out uint cnt);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsTaskProvider.SubcategoryList : uint32 * string[] * uint32 -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsTaskProvider.SubcategoryList : uint32 * string[] * uint32 -> int
Function SubcategoryList (cbstr As UInteger, rgbstr As String(), ByRef cnt As UInteger) As Integer Implements IVsTaskProvider.SubcategoryList

Parameters

cbstr
UInt32

The number of subcategories in rgbstr.

rgbstr
String[]

An array of subcategories

cnt
UInt32

[out] The number of subcategories.

Returns

S_OK.

Implements

Applies to