GraphNode.AllLinks Property

Definition

Get the list of all links (incoming and outgoing).

public:
 property System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::GraphModel::GraphLink ^> ^ AllLinks { System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::GraphModel::GraphLink ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.GraphModel.GraphLink> AllLinks { [System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.VisualStudio.GraphModel.GraphNode+<get_AllLinks>d__20))] get; }
[<get: System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.VisualStudio.GraphModel.GraphNode+<get_AllLinks>d__20))>]
member this.AllLinks : seq<Microsoft.VisualStudio.GraphModel.GraphLink>
Public ReadOnly Property AllLinks As IEnumerable(Of GraphLink)

Property Value

Attributes

Applies to