SwimlaneShape::InitializeShapeFields Method (IList<ShapeField^>^)

 

Initializes the fields in the shape. Called once per class.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

protected:
virtual void InitializeShapeFields(
	IList<ShapeField^>^ shapeFields
) override

Parameters

shapeFields
Type: System.Collections.Generic::IList<ShapeField^>^

The list to which this method should add fields.

For more information, see InitializeShapeFields

Return to top
Show: