GraphUpdatedEventArgs.RemovedNodes 属性

从 Graph.Nodes 移除的节点集在事务中。

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

语法

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

属性值

类型:IEnumerable<GraphNode>

.NET Framework 安全性

请参阅

参考

GraphUpdatedEventArgs 类

Microsoft.VisualStudio.GraphModel 命名空间