TaskProvider.IVsTaskProvider.SubcategoryList Method

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

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

'Declaration
Private Function SubcategoryList ( _
    cbstr As UInteger, _
    rgbstr As String(), _
    <OutAttribute> ByRef cnt As UInteger _
) As Integer Implements IVsTaskProvider.SubcategoryList
int IVsTaskProvider.SubcategoryList(
    uint cbstr,
    string[] rgbstr,
    out uint cnt
)
private:
virtual int SubcategoryList(
    unsigned int cbstr, 
    array<String^>^ rgbstr, 
    [OutAttribute] unsigned int% cnt
) sealed = IVsTaskProvider::SubcategoryList
private abstract SubcategoryList : 
        cbstr:uint32 * 
        rgbstr:string[] * 
        cnt:uint32 byref -> int  
private override SubcategoryList : 
        cbstr:uint32 * 
        rgbstr:string[] * 
        cnt:uint32 byref -> int
JScript does not support explicit interface implementations.

Parameters

  • cbstr
    Type: System.UInt32

    The number of subcategories in rgbstr.

Return Value

Type: System.Int32
S_OK .

Implements

IVsTaskProvider.SubcategoryList(UInt32, array<String[], UInt32%)

.NET Framework Security

See Also

Reference

TaskProvider Class

Microsoft.VisualStudio.Shell Namespace