Compartir a través de


GraphLink.OnCategoryChanged (Método)

Reemplace que notifica al GraphGroupCollection que un GraphCategory ha cambiado en cualquier momento en este vínculo.Notifique al GraphGroupCollection cualquier momento un GraphCategory ha cambiado en este vínculo que podría afectar al comportamiento de IsContainment de este vínculo, que afecta a la estructura de la jerarquía de GraphGroup.

Espacio de nombres:  Microsoft.VisualStudio.GraphModel
Ensamblado:  Microsoft.VisualStudio.GraphModel (en Microsoft.VisualStudio.GraphModel.dll)

Sintaxis

'Declaración
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

Seguridad de .NET Framework

Vea también

Referencia

GraphLink Clase

Microsoft.VisualStudio.GraphModel (Espacio de nombres)