Partager via


TaskProvider.IVsTaskProvider.SubcategoryList, méthode

Obtient une liste de sous-catégories pour les tâches de ce fournisseur de tâche.

Espace de noms :  Microsoft.VisualStudio.Shell
Assembly :  Microsoft.VisualStudio.Shell.11.0 (dans Microsoft.VisualStudio.Shell.11.0.dll)

Syntaxe

'Déclaration
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
)

Paramètres

  • cbstr
    Type : System.UInt32
    Le nombre de sous-catégories dans rgbstr.
  • rgbstr
    Type : array<System.String[]
    Un tableau de sous-catégories

Valeur de retour

Type : System.Int32
S_OK .

Implémentations

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

Sécurité .NET Framework

Voir aussi

Référence

TaskProvider Classe

Microsoft.VisualStudio.Shell, espace de noms