GraphLink::Index Property

 

Gets the optional Index of this link. Default is zero. This index can be specified when you create a link. Providing different index values makes it possible to create multiple links between the same source and target nodes.

To get multilinks, the index only must be unique for the same source and target nodes.

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

public:
property int Index {
	int get();
}

Property Value

Type: System::Int32
Return to top
Show: