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
fieldName
Type: System.StringThe ID for the shape field.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.