CommentShape Constructor (Partition, [])

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

Syntax

'宣言
Public Sub New ( _
    partition As Partition, _
    ParamArray propertyAssignments As PropertyAssignment() _
)
'使用
Dim partition As Partition
Dim propertyAssignments As PropertyAssignment()

Dim instance As New CommentShape(partition, _
    propertyAssignments)
public CommentShape(
    Partition partition,
    params PropertyAssignment[] propertyAssignments
)
public:
CommentShape(
    Partition^ partition, 
    ... array<PropertyAssignment^>^ propertyAssignments
)
public function CommentShape(
    partition : Partition, 
    ... propertyAssignments : PropertyAssignment[]
)

Parameters

  • propertyAssignments
    Type: []

Permissions

See Also

Reference

CommentShape Class

CommentShape Members

CommentShape Overload

Microsoft.VisualStudio.Modeling.Diagrams Namespace