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
category
Type : Microsoft.VisualStudio.GraphModel.GraphCategoryLa catégorie à ajouter.
Valeur de retour
Type : Boolean
La catégorie, si elle a été supprimée, ou Null s'il est introuvable.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.