Propriedade GraphUpdatedEventArgs.RemovedConditions

Obtenha as condições removidas da coleção de condições de estilos neste gráfico durante a transação.

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

Sintaxe

'Declaração
Public ReadOnly Property RemovedConditions As IEnumerable(Of GraphCondition)
    Get
public IEnumerable<GraphCondition> RemovedConditions { get; }
public:
property IEnumerable<GraphCondition^>^ RemovedConditions {
    IEnumerable<GraphCondition^>^ get ();
}
member RemovedConditions : IEnumerable<GraphCondition>
function get RemovedConditions () : IEnumerable<GraphCondition>

Valor de propriedade

Tipo: System.Collections.Generic.IEnumerable<GraphCondition>

Segurança do .NET Framework

Consulte também

Referência

GraphUpdatedEventArgs Classe

Namespace Microsoft.VisualStudio.GraphModel