Condividi tramite


Metodo GraphUpdatedEventArgs.GetAddedCategories

Ottiene l'elenco delle categorie aggiuntive del grafico per un nodo modificato specificato.

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

Sintassi

'Dichiarazione
Public Function GetAddedCategories ( _
    parent As GraphObject _
) As IEnumerable(Of GraphCategory)
public IEnumerable<GraphCategory> GetAddedCategories(
    GraphObject parent
)
public:
IEnumerable<GraphCategory^>^ GetAddedCategories(
    GraphObject^ parent
)
member GetAddedCategories : 
        parent:GraphObject -> IEnumerable<GraphCategory> 
public function GetAddedCategories(
    parent : GraphObject
) : IEnumerable<GraphCategory>

Parametri

Valore restituito

Tipo: System.Collections.Generic.IEnumerable<GraphCategory>
La raccolta di categorie aggiuntive.Può essere vuoto se nessuna categoria è stato aggiunto.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

GraphUpdatedEventArgs Classe

Spazio dei nomi Microsoft.VisualStudio.GraphModel