Freigeben über


GraphUpdatedEventArgs.RemovedConditions-Eigenschaft

Ruft die Bedingungen ab, die von der Bedingungsauflistung von Stilen in diesem Diagramm während der Transaktion entfernt werden.

Namespace:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Syntax

'Declaration
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>

Eigenschaftswert

Typ: IEnumerable<GraphCondition>

.NET Framework-Sicherheit

Siehe auch

Referenz

GraphUpdatedEventArgs Klasse

Microsoft.VisualStudio.GraphModel-Namespace