LabelShapeTypeDescriptor Constructor (ICustomTypeDescriptor, LabelShape)

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

Syntax

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

Parameters

  • parent
    Type: ICustomTypeDescriptor

.NET Framework Security

See Also

Reference

LabelShapeTypeDescriptor Class

LabelShapeTypeDescriptor Overload

Microsoft.VisualStudio.Modeling.Diagrams Namespace