다음을 통해 공유


TaskProvider.IVsTaskProvider2.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 IVsTaskProvider2.SubcategoryList
int IVsTaskProvider2.SubcategoryList(
    uint cbstr,
    string[] rgbstr,
    out uint cnt
)

Parameters

  • cbstr
    Type: System.UInt32
    The number of subcategories in rgbstr.

Return Value

Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Implements

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

Remarks

This method calls SubcategoryList.

.NET Framework Security

See Also

Reference

TaskProvider Class

Microsoft.VisualStudio.Shell Namespace