ShapeField Constructor

Initializes a new instance of the ShapeField class.

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

Syntax

'宣言
Protected Sub New ( _
    fieldName As String _
)
'使用
Dim fieldName As String

Dim instance As New ShapeField(fieldName)
protected ShapeField(
    string fieldName
)
protected:
ShapeField(
    String^ fieldName
)
protected function ShapeField(
    fieldName : String
)

Parameters

Permissions

See Also

Reference

ShapeField Class

ShapeField Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace