Sdílet prostřednictvím


GraphUpdatedEventArgs.AddedConditions – vlastnost

Získá podmínky přidán do kolekce stylů v tomto grafu podmínky 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)
public IEnumerable<GraphCondition> AddedConditions { get; }
public:
property IEnumerable<GraphCondition^>^ AddedConditions {
    IEnumerable<GraphCondition^>^ get ();
}
member AddedConditions : IEnumerable<GraphCondition> with get
function get AddedConditions () : IEnumerable<GraphCondition>

Hodnota vlastnosti

Typ: IEnumerable<GraphCondition>

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

GraphUpdatedEventArgs Třída

Microsoft.VisualStudio.GraphModel – obor názvů