GraphUpdatedEventArgs.RemovedConditions Property

Gets the Conditions removed from the Conditions collection of styles in this Graph during the transaction.

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>

Property Value

Type: IEnumerable<GraphCondition>

.NET Framework Security

See Also

Reference

GraphUpdatedEventArgs Class

Microsoft.VisualStudio.GraphModel Namespace