LabelShape.InitializeShapeFields(IList<ShapeField>) 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.
Creates and adds shape fields to this shape type.
protected:
override void InitializeShapeFields(System::Collections::Generic::IList<Microsoft::VisualStudio::Modeling::Diagrams::ShapeField ^> ^ shapeFields);
protected override void InitializeShapeFields (System.Collections.Generic.IList<Microsoft.VisualStudio.Modeling.Diagrams.ShapeField> shapeFields);
override this.InitializeShapeFields : System.Collections.Generic.IList<Microsoft.VisualStudio.Modeling.Diagrams.ShapeField> -> unit
Protected Overrides Sub InitializeShapeFields (shapeFields As IList(Of ShapeField))
Parameters
- shapeFields
- IList<ShapeField>
The shape fields collection for this shape type.