ShapeElement.CreateShapeFields Method

Definition

Instantiates the collection of shape fields for this type of shape.

protected:
 System::Collections::Generic::List<Microsoft::VisualStudio::Modeling::Diagrams::ShapeField ^> ^ CreateShapeFields();
protected System.Collections.Generic.List<Microsoft.VisualStudio.Modeling.Diagrams.ShapeField> CreateShapeFields ();
member this.CreateShapeFields : unit -> System.Collections.Generic.List<Microsoft.VisualStudio.Modeling.Diagrams.ShapeField>
Protected Function CreateShapeFields () As List(Of ShapeField)

Returns

The shape field collection initialized with the shape fields for this shape.

Remarks

This method calls InitializeShapeFields() after instantiating an empty shape field collection.

Applies to