ShapeElement.CreateShapeFields Method
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.
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.