Compartir a través de


GraphUpdatedEventArgs.ChangedSetters (Propiedad)

Obtiene el Setters en este Gráfico cambiado durante la transacción.

Espacio de nombres:  Microsoft.VisualStudio.GraphModel
Ensamblado:  Microsoft.VisualStudio.GraphModel (en Microsoft.VisualStudio.GraphModel.dll)

Sintaxis

'Declaración
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>

Valor de propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

GraphUpdatedEventArgs Clase

Microsoft.VisualStudio.GraphModel (Espacio de nombres)