Partager via


GraphUpdatedEventArgs.ChangedSetters, propriété

Obtient les accesseurs Set dans ce Graphique modifié pendant la transaction.

Espace de noms :  Microsoft.VisualStudio.GraphModel
Assembly :  Microsoft.VisualStudio.GraphModel (dans Microsoft.VisualStudio.GraphModel.dll)

Syntaxe

'Déclaration
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>

Valeur de propriété

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

Sécurité .NET Framework

Voir aussi

Référence

GraphUpdatedEventArgs Classe

Microsoft.VisualStudio.GraphModel, espace de noms