共用方式為


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 命名空間