CompartmentShape.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.
Initialize the shape fields needed for the compartment shape.
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>
List of fields to add to/update.