Partilhar via


Método GraphLink.OnCategoryChanged

Substitua que notifica o GraphGroupCollection um GraphCategory se tiver alterado em qualquer zona que em este link.Notificar o GraphGroupCollection quando um GraphCategory foi alterado em este link porque isso pode afetar o comportamento de IsContainment de este link, que afeta a estrutura da hierarquia de GraphGroup.

Namespace:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (em Microsoft.VisualStudio.GraphModel.dll)

Sintaxe

'Declaração
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
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

GraphLink Classe

Namespace Microsoft.VisualStudio.GraphModel