GraphNode::AllLinks Property

 

Get the list of all links (incoming and outgoing).

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

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