GraphNode.OutgoingLinks Property

Definition

Enumerable of outgoing links. The order of the enumeration is random.

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

Property Value

Attributes

Applies to