GraphLink.OnCategoryChanged, méthode
Substituez qui notifie le GraphGroupCollection n'importe quel qu'un GraphCategory a modifié sur ce lien. Avertit le GraphGroupCollection lorsqu'un GraphCategory a changé sur ce lien car cela peut affecter le comportement d'IsContainment de ce lien, qui affecte la structure de la hiérarchie de GraphGroup.
Espace de noms : Microsoft.VisualStudio.GraphModel
Assembly : Microsoft.VisualStudio.GraphModel (dans Microsoft.VisualStudio.GraphModel.dll)
Syntaxe
'Déclaration
Protected Overrides Sub OnCategoryChanged ( _
category As GraphCategory, _
changeType As GraphCategoryChangeType _
)
protected override void OnCategoryChanged(
GraphCategory category,
GraphCategoryChangeType changeType
)
protected:
virtual void OnCategoryChanged(
GraphCategory^ category,
GraphCategoryChangeType changeType
) override
abstract OnCategoryChanged :
category:GraphCategory *
changeType:GraphCategoryChangeType -> unit
override OnCategoryChanged :
category:GraphCategory *
changeType:GraphCategoryChangeType -> unit
protected override function OnCategoryChanged(
category : GraphCategory,
changeType : GraphCategoryChangeType
)
Paramètres
category
Type : Microsoft.VisualStudio.GraphModel.GraphCategoryLe GraphCategory qui a été modifié.
changeType
Type : Microsoft.VisualStudio.GraphModel.GraphCategoryChangeTypeLe type de modification qui s'est produite.
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.