GraphNode::IncomingLinks Property

 

Enumerable of incoming links. The order of the enumeration is random.

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

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