ShapeField(String) Constructor

Definition

Initializes a new instance of the ShapeField class.

protected:
 ShapeField(System::String ^ fieldName);
protected ShapeField (string fieldName);
new Microsoft.VisualStudio.Modeling.Diagrams.ShapeField : string -> Microsoft.VisualStudio.Modeling.Diagrams.ShapeField
Protected Sub New (fieldName As String)

Parameters

fieldName
String

Unique identifier for the shape field within the parent shape's shape field collection.

Applies to