Graph.VisibleLinks 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.
Return the visible links (link.IsVisible == true) and whose source and target nodes are also visible and not inside any collapsed groups
public:
property System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::GraphModel::GraphLink ^> ^ VisibleLinks { System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::GraphModel::GraphLink ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.GraphModel.GraphLink> VisibleLinks { get; }
member this.VisibleLinks : seq<Microsoft.VisualStudio.GraphModel.GraphLink>
Public ReadOnly Property VisibleLinks As IEnumerable(Of GraphLink)