Partager via


GraphObject.AddCategory, méthode

Ajoute une catégorie à l'objet.

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

Syntaxe

'Déclaration
Public Function AddCategory ( _
    category As GraphCategory _
) As Boolean
public bool AddCategory(
    GraphCategory category
)
public:
bool AddCategory(
    GraphCategory^ category
)
member AddCategory : 
        category:GraphCategory -> bool
public function AddCategory(
    category : GraphCategory
) : boolean

Paramètres

Valeur de retour

Type : Boolean
La catégorie, si elle a été supprimée, ou Null s'il est introuvable.

Sécurité .NET Framework

Voir aussi

Référence

GraphObject Classe

Microsoft.VisualStudio.GraphModel, espace de noms