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