Partilhar via


Propriedade GraphUpdatedEventArgs.AddedConditions

Obtém as condições adicionadas à coleção de condições de estilos em este 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 AddedConditions As IEnumerable(Of GraphCondition)
public IEnumerable<GraphCondition> AddedConditions { get; }
public:
property IEnumerable<GraphCondition^>^ AddedConditions {
    IEnumerable<GraphCondition^>^ get ();
}
member AddedConditions : IEnumerable<GraphCondition>
function get AddedConditions () : 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