GraphUpdatedEventArgs.AddedSetters Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
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: System.Collections.Generic.IEnumerable<GraphSetter>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.