Partager via


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

Sécurité .NET Framework

Voir aussi

Référence

GraphLink Classe

Microsoft.VisualStudio.GraphModel, espace de noms