Condividi tramite


Proprietà GraphUpdatedEventArgs.ChangedSetters

Ottiene le funzioni Set in questo grafico modificato durante una transazione.

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

Sintassi

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

Valore proprietà

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

GraphUpdatedEventArgs Classe

Spazio dei nomi Microsoft.VisualStudio.GraphModel