Share via


GraphNodeIdCollection.Item[Int32] Property

Definition

public:
 property Microsoft::VisualStudio::GraphModel::GraphNodeId ^ default[int] { Microsoft::VisualStudio::GraphModel::GraphNodeId ^ get(int index); };
public Microsoft.VisualStudio.GraphModel.GraphNodeId this[int index] { get; }
member this.Item(int) : Microsoft.VisualStudio.GraphModel.GraphNodeId
Default Public ReadOnly Property Item(index As Integer) As GraphNodeId

Parameters

index
Int32

Property Value

Applies to