Condividi tramite


Proprietà GraphUpdatedEventArgs.ChangedNodes

I nodi che erano presenti in Graph.Links con dati sono stati modificati durante una transazione.

Spazio dei nomi:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property ChangedNodes As IEnumerable(Of GraphNode)
public IEnumerable<GraphNode> ChangedNodes { get; }
public:
property IEnumerable<GraphNode^>^ ChangedNodes {
    IEnumerable<GraphNode^>^ get ();
}
member ChangedNodes : IEnumerable<GraphNode>
function get ChangedNodes () : IEnumerable<GraphNode>

Valore proprietà

Tipo: System.Collections.Generic.IEnumerable<GraphNode>

Sicurezza di .NET Framework

Vedere anche

Riferimenti

GraphUpdatedEventArgs Classe

Spazio dei nomi Microsoft.VisualStudio.GraphModel