다음을 통해 공유


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

‘선언
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
)

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