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


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

Получает условия в данном графе, изменившиеся в ходе транзакции.

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

Синтаксис

'Декларация
Public ReadOnly Property ChangedConditions As IEnumerable(Of GraphCondition)
    Get
public IEnumerable<GraphCondition> ChangedConditions { get; }
public:
property IEnumerable<GraphCondition^>^ ChangedConditions {
    IEnumerable<GraphCondition^>^ get ();
}
member ChangedConditions : IEnumerable<GraphCondition>
function get ChangedConditions () : IEnumerable<GraphCondition>

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

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

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

См. также

Ссылки

GraphUpdatedEventArgs Класс

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