GraphUpdatedEventArgs.ChangedConditions 属性

获取在当前事务后已更改的此关系图的条件。

命名空间:  Microsoft.VisualStudio.GraphModel
程序集:  Microsoft.VisualStudio.GraphModel(在 Microsoft.VisualStudio.GraphModel.dll 中)

语法

声明
Public ReadOnly Property ChangedConditions As IEnumerable(Of GraphCondition)
public IEnumerable<GraphCondition> ChangedConditions { get; }
public:
property IEnumerable<GraphCondition^>^ ChangedConditions {
    IEnumerable<GraphCondition^>^ get ();
}
member ChangedConditions : IEnumerable<GraphCondition> with get
function get ChangedConditions () : IEnumerable<GraphCondition>

属性值

类型:IEnumerable<GraphCondition>

.NET Framework 安全性

请参阅

参考

GraphUpdatedEventArgs 类

Microsoft.VisualStudio.GraphModel 命名空间