Delen via


GraphUpdatedEventArgs.AddedLinks Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

The Links added to the Graph.Links set during the transaction.

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

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

GraphUpdatedEventArgs Class

Microsoft.VisualStudio.GraphModel Namespace