Sdílet prostřednictvím


GraphUpdatedEventArgs.ChangedConditions – vlastnost

Získá podmínky v tomto grafu změnit během transakce.

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

Syntaxe

'Deklarace
Public ReadOnly Property ChangedConditions As IEnumerable(Of GraphCondition)
public IEnumerable<GraphCondition> ChangedConditions { get; }
public:
property IEnumerable<GraphCondition^>^ ChangedConditions {
    IEnumerable<GraphCondition^>^ get ();
}
member ChangedConditions : IEnumerable<GraphCondition> with get
function get ChangedConditions () : 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ů