GraphNode.IncomingLinks 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 incoming links. The order of the enumeration is random.
public:
property System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::GraphModel::GraphLink ^> ^ IncomingLinks { System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::GraphModel::GraphLink ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.GraphModel.GraphLink> IncomingLinks { [System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.VisualStudio.GraphModel.GraphNode+<get_IncomingLinks>d__10))] get; }
[<get: System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.VisualStudio.GraphModel.GraphNode+<get_IncomingLinks>d__10))>]
member this.IncomingLinks : seq<Microsoft.VisualStudio.GraphModel.GraphLink>
Public ReadOnly Property IncomingLinks As IEnumerable(Of GraphLink)
Property Value
- Attributes