Partilhar via


Método GraphUpdatedEventArgs.GetRemovedCategories

Obtém a lista de categorias removidos do gráfico para um determinado nó alterado.

Namespace:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (em Microsoft.VisualStudio.GraphModel.dll)

Sintaxe

'Declaração
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>

Parâmetros

Valor de retorno

Tipo: System.Collections.Generic.IEnumerable<GraphCategory>
a coleção de categorias removidos.(Pode ser vazia se qualquer categoria foi removida.)

Segurança do .NET Framework

Consulte também

Referência

GraphUpdatedEventArgs Classe

Namespace Microsoft.VisualStudio.GraphModel