Поделиться через


GraphUpdatedEventArgs.RemovedConditions - свойство

Возвращает условия удалено из коллекции условий стилей в данной диаграмме во время транзакции.

Пространство имен:  Microsoft.VisualStudio.GraphModel
Сборка:  Microsoft.VisualStudio.GraphModel (в Microsoft.VisualStudio.GraphModel.dll)

Синтаксис

'Декларация
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>
function get RemovedConditions () : IEnumerable<GraphCondition>

Значение свойства

Тип: System.Collections.Generic.IEnumerable<GraphCondition>

Безопасность платформы .NET Framework

См. также

Ссылки

GraphUpdatedEventArgs Класс

Microsoft.VisualStudio.GraphModel - пространство имен