ShapeIdCollection Constructors

Definition

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.

Applies to