GraphUpdatedEventArgs.AddedNodes 属性

链接添加到在事务时设置的 Graph.Nodes。

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

语法

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

属性值

类型:IEnumerable<GraphNode>

.NET Framework 安全性

请参阅

参考

GraphUpdatedEventArgs 类

Microsoft.VisualStudio.GraphModel 命名空间