Graph.Links 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 collection of links
public:
property Microsoft::VisualStudio::GraphModel::GraphLinkCollection ^ Links { Microsoft::VisualStudio::GraphModel::GraphLinkCollection ^ get(); };
public Microsoft.VisualStudio.GraphModel.GraphLinkCollection Links { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.Links : Microsoft.VisualStudio.GraphModel.GraphLinkCollection
Public ReadOnly Property Links As GraphLinkCollection
Property Value
- Attributes