GraphNode.OutgoingLinks 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.
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