Sdílet prostřednictvím


GraphUpdatedEventArgs.RemovedConditions – vlastnost

Získáte podmínky odebrána z kolekce podmínek stylů v tomto grafu 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)
    Get
public IEnumerable<GraphCondition> RemovedConditions { get; }
public:
property IEnumerable<GraphCondition^>^ RemovedConditions {
    IEnumerable<GraphCondition^>^ get ();
}
member RemovedConditions : IEnumerable<GraphCondition>
function get RemovedConditions () : 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ů