DiagramItemCollection::Item Property (Int32)

 

Gets the DiagramItem at the specified position in the collection.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
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);
}
Return to top
Show: