ShapeElement::CreateShapeFields Method ()
Visual Studio 2015
Creates a collection of shape fields for the shape type.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Return Value
Type: System.Collections.Generic::List<ShapeField^>^A collection of shape fields for the shape type.
This method calls InitializeShapeFields() after instantiating an empty shape field collection.
public override global::System.Collections.Generic.IList<DslDiagrams::ShapeField> ShapeFields { get { if (shapeFields == null) { shapeFields = CreateShapeFields(); } return shapeFields; } }
Show: