Condividi tramite


Metodo GraphUpdatedEventArgs.GetRemovedCategories

Ottenere l'elenco delle categorie del grafico rimosse, relative a un nodo modificato specificato.

Spazio dei nomi:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Sintassi

'Dichiarazione
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>

Parametri

Valore restituito

Tipo: System.Collections.Generic.IEnumerable<GraphCategory>
L'insieme delle categorie rimosse (potrebbe essere vuoto se nessuna categoria è stata rimossa)

Sicurezza di .NET Framework

Vedere anche

Riferimenti

GraphUpdatedEventArgs Classe

Spazio dei nomi Microsoft.VisualStudio.GraphModel