Sdílet prostřednictvím


GraphUpdatedEventArgs.RemovedConditions – vlastnost

Získá podmínky odebrán z 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 RemovedConditions As IEnumerable(Of GraphCondition)
public IEnumerable<GraphCondition> RemovedConditions { get; }
public:
property IEnumerable<GraphCondition^>^ RemovedConditions {
    IEnumerable<GraphCondition^>^ get ();
}
member RemovedConditions : IEnumerable<GraphCondition> with get
function get RemovedConditions () : 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ů