Graph::VisibleLinks Property

 

Returns the visible links (link.IsVisible == true).

Namespace:   Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

public:
property IEnumerable<GraphLink^>^ VisibleLinks {
	IEnumerable<GraphLink^>^ get();
}
Return to top
Show: