DiagramItemCollection.Item[Int32] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the DiagramItem at the specified position in the collection.
public:
virtual property Microsoft::VisualStudio::Modeling::Diagrams::DiagramItem ^ default[int] { Microsoft::VisualStudio::Modeling::Diagrams::DiagramItem ^ get(int index); void set(int index, Microsoft::VisualStudio::Modeling::Diagrams::DiagramItem ^ value); };
public virtual Microsoft.VisualStudio.Modeling.Diagrams.DiagramItem this[int index] { get; set; }
member this.Item(int) : Microsoft.VisualStudio.Modeling.Diagrams.DiagramItem with get, set
Default Public Overridable Property Item(index As Integer) As DiagramItem
Parameters
- index
- Int32