Share via


CommentShapeTypeDescriptor Constructor (ICustomTypeDescriptor, CommentShape)

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

Syntax

'Declaration
Public Sub New ( _
    parent As ICustomTypeDescriptor, _
    element As CommentShape _
)
public CommentShapeTypeDescriptor(
    ICustomTypeDescriptor parent,
    CommentShape element
)
public:
CommentShapeTypeDescriptor(
    ICustomTypeDescriptor^ parent, 
    CommentShape^ element
)
new : 
        parent:ICustomTypeDescriptor * 
        element:CommentShape -> CommentShapeTypeDescriptor
public function CommentShapeTypeDescriptor(
    parent : ICustomTypeDescriptor, 
    element : CommentShape
)

Parameters

.NET Framework Security

See Also

Reference

CommentShapeTypeDescriptor Class

CommentShapeTypeDescriptor Overload

Microsoft.VisualStudio.Modeling.Diagrams Namespace