DiagramItemCollection::Item Property (Int32)
Visual Studio 2015
Gets the DiagramItem at the specified position in the collection.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
public: property DiagramItem^ default[ int index ] { virtual DiagramItem^ get(int index); virtual void set(int index, DiagramItem^ value); }
Property Value
Type: Microsoft.VisualStudio.Modeling.Diagrams::DiagramItem^
Show: