Share via


GraphUpdatedEventArgs.AddedSetters Property

Gets the Setters added to the Setters collection of styles in this Graph during the transaction.

Namespace:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Syntax

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

Property Value

Type: IEnumerable<GraphSetter>

.NET Framework Security

See Also

Reference

GraphUpdatedEventArgs Class

Microsoft.VisualStudio.GraphModel Namespace