Sdílet prostřednictvím


GraphUpdatedEventArgs.AddedConditions – vlastnost

Získáte podmínky do kolekce stylů v tomto grafu podmínek během transakce.

Obor názvů:  Microsoft.VisualStudio.GraphModel
Sestavení:  Microsoft.VisualStudio.GraphModel (v Microsoft.VisualStudio.GraphModel.dll)

Syntaxe

'Deklarace
Public ReadOnly Property AddedConditions As IEnumerable(Of GraphCondition)
    Get
public IEnumerable<GraphCondition> AddedConditions { get; }
public:
property IEnumerable<GraphCondition^>^ AddedConditions {
    IEnumerable<GraphCondition^>^ get ();
}
member AddedConditions : IEnumerable<GraphCondition>
function get AddedConditions () : IEnumerable<GraphCondition>

Hodnota vlastnosti

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

GraphUpdatedEventArgs Třída

Microsoft.VisualStudio.GraphModel – obor názvů