ShapeIdCollection Constructors
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.
Overloads
ShapeIdCollection() |
Initializes a new instance of the ShapeIdCollection class. |
ShapeIdCollection(SelectedShapesCollection) |
Initializes a new instance of the ShapeIdCollection class. |
ShapeIdCollection()
Initializes a new instance of the ShapeIdCollection class.
public:
ShapeIdCollection();
public ShapeIdCollection ();
Public Sub New ()
Applies to
ShapeIdCollection(SelectedShapesCollection)
Initializes a new instance of the ShapeIdCollection class.
public:
ShapeIdCollection(Microsoft::VisualStudio::Modeling::Diagrams::SelectedShapesCollection ^ selection);
public ShapeIdCollection (Microsoft.VisualStudio.Modeling.Diagrams.SelectedShapesCollection selection);
new Microsoft.VisualStudio.Modeling.Diagrams.ShapeIdCollection : Microsoft.VisualStudio.Modeling.Diagrams.SelectedShapesCollection -> Microsoft.VisualStudio.Modeling.Diagrams.ShapeIdCollection
Public Sub New (selection As SelectedShapesCollection)
Parameters
- selection
- SelectedShapesCollection
The collection of shapes to initialize the collection with.