Partager via


GraphUpdatedEventArgs.GetRemovedCategories, méthode

Obtient la liste des catégories supprimées du graphique pour un nœud modifié donné.

Espace de noms :  Microsoft.VisualStudio.GraphModel
Assembly :  Microsoft.VisualStudio.GraphModel (dans Microsoft.VisualStudio.GraphModel.dll)

Syntaxe

'Déclaration
Public Function GetRemovedCategories ( _
    parent As GraphObject _
) As IEnumerable(Of GraphCategory)
public IEnumerable<GraphCategory> GetRemovedCategories(
    GraphObject parent
)
public:
IEnumerable<GraphCategory^>^ GetRemovedCategories(
    GraphObject^ parent
)
member GetRemovedCategories : 
        parent:GraphObject -> IEnumerable<GraphCategory> 
public function GetRemovedCategories(
    parent : GraphObject
) : IEnumerable<GraphCategory>

Paramètres

Valeur de retour

Type : System.Collections.Generic.IEnumerable<GraphCategory>
La collection de catégories supprimées.(Peut être vide si aucune catégorie n'a été supprimée.)

Sécurité .NET Framework

Voir aussi

Référence

GraphUpdatedEventArgs Classe

Microsoft.VisualStudio.GraphModel, espace de noms