Propriedade GraphUpdatedEventArgs.ChangedConditions

Para obter as condições neste gráfico alterado durante a transação.

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

Sintaxe

'Declaração
Public ReadOnly Property ChangedConditions As IEnumerable(Of GraphCondition)
    Get
public IEnumerable<GraphCondition> ChangedConditions { get; }
public:
property IEnumerable<GraphCondition^>^ ChangedConditions {
    IEnumerable<GraphCondition^>^ get ();
}
member ChangedConditions : IEnumerable<GraphCondition>
function get ChangedConditions () : 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