GraphUpdatedEventArgs 类

定义

提供对 graph 对象的更改

public ref class GraphUpdatedEventArgs : EventArgs, Microsoft::VisualStudio::Diagnostics::PerformanceProvider::DebugTrace::ITraceableInstance
public class GraphUpdatedEventArgs : EventArgs, Microsoft.VisualStudio.Diagnostics.PerformanceProvider.DebugTrace.ITraceableInstance
type GraphUpdatedEventArgs = class
    inherit EventArgs
    interface ITraceableInstance
Public Class GraphUpdatedEventArgs
Inherits EventArgs
Implements ITraceableInstance
继承
GraphUpdatedEventArgs
实现
Microsoft.VisualStudio.Diagnostics.PerformanceProvider.DebugTrace.ITraceableInstance

属性

AddedCategories

此图中每个已更改的 GraphObject 的添加类别。

AddedConditions

获取在事务中添加到此关系图中样式的条件集合的条件。

AddedGroups

获取实际的 isolator 对象的已添加组对象字典,如果为 null,则创建一个空的对象字典,使此永不返回 null。

AddedLinks

添加到关系图中的链接。在事务中设置的链接

AddedNodes

添加到关系图中的链接。

AddedProperties

此图中每个已更改的 GraphObject 的已添加属性。

AddedSetters

在事务期间,获取添加到此关系图中样式的 Setter 集合的资源库。

AddedStyles

在事务期间,获取添加到此图的样式集合中的 ConditionalStyles。

Cancel

设置为取消对 graph 对象的更改

ChangedConditions

获取在事务期间更改的此图中的条件。

ChangedGroups

具有属性或类别更改的组

ChangedLinks

之前出现在关系图中的链接。在事务中更改了数据的链接

ChangedNodes

具有属性或类别更改的节点 (包括任何 GraphGroup 的 GroupNodes 更改) 。

ChangedSetters

获取此关系图中的资源库在事务期间发生了更改。

ChangedStyles

获取在事务中更改的此图中的 ConditionalStyles。

Graph

在事务提交时将应用链接/链接的图形对象

RemovedCategories

此图中每个 GraphObject 的已删除类别。

RemovedConditions

获取在事务过程中从该图的样式条件集合中删除的条件。

RemovedGroups

获取实际的 isolator 对象的已删除对象字典,如果为 null,则创建一个空的对象字典,使此永不返回 null。

RemovedLinks

从关系图中删除的链接。在事务期间设置的链接

RemovedNodes

从关系图中删除的节点。在事务中设置的节点

RemovedProperties

此图中每个已更改的 GraphObject 的已删除属性。

RemovedSetters

在事务期间,获取从该图形中的样式的 Setter 集合中删除的资源库。

RemovedStyles

在事务期间获取从此图形的样式集合中删除的 ConditionalStyles。

ScopeProperties

与此事件集相关联的属性包。

Transaction

导致当前更新的系统事务事务

TransactionId

用于此登记的事务 ID

方法

GetAddedCategories(GraphObject)

获取给定已更改节点的已添加关系图类别的列表。

GetAddedProperties(GraphObject)

获取给定已更改节点的已添加图形属性列表。

GetRemovedCategories(GraphObject)

获取给定已更改节点的已删除图形类别的列表。

GetRemovedProperties(GraphObject)

获取给定已更改节点的已删除图形属性列表。

IsAdded(GraphNodeId)

确定在此事务期间是否添加了给定的节点 id。

IsRemoved(GraphNodeId)

确定是否在此事务中删除了给定的节点 id。

显式接口实现

ITraceableInstance.InstanceTrace

适用于