GraphGroup.OnCategoryChanged, méthode
Déclenche les événements de modification de propriété pour le nœud et le groupe.
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.GraphCategory
- changeType
Type : Microsoft.VisualStudio.GraphModel.GraphCategoryChangeType
Notes
Redirige les événements modifiés par catégorie au nœud encapsulé.
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, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.