GraphUpdatedEventArgs.AddedSetters Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the Setters added to the Setters collection of styles in this Graph during the transaction.
public:
property System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::GraphModel::Styles::GraphSetter ^> ^ AddedSetters { System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::GraphModel::Styles::GraphSetter ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.GraphModel.Styles.GraphSetter> AddedSetters { get; }
member this.AddedSetters : seq<Microsoft.VisualStudio.GraphModel.Styles.GraphSetter>
Public ReadOnly Property AddedSetters As IEnumerable(Of GraphSetter)