Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'宣言
Public Sub New ( _
fieldName As String _
)
'使用
Dim fieldName As String
Dim instance As New CompartmentShapeAreaField(fieldName)
public CompartmentShapeAreaField(
string fieldName
)
public:
CompartmentShapeAreaField(
String^ fieldName
)
public function CompartmentShapeAreaField(
fieldName : String
)
Parameters
- fieldName
Type: System.String
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.
See Also
Reference
CompartmentShapeAreaField Class