LabelShapeTypeDescriptor Constructors

Definition

Overloads

LabelShapeTypeDescriptor(ICustomTypeDescriptor, LabelShape)
LabelShapeTypeDescriptor(ICustomTypeDescriptor, PresentationElement, ModelElement)
Obsolete.

Creates a new LabelShapeTypeDescriptor

LabelShapeTypeDescriptor(ICustomTypeDescriptor, LabelShape)

public:
 LabelShapeTypeDescriptor(System::ComponentModel::ICustomTypeDescriptor ^ parent, Microsoft::VisualStudio::Modeling::Diagrams::LabelShape ^ element);
public LabelShapeTypeDescriptor (System.ComponentModel.ICustomTypeDescriptor parent, Microsoft.VisualStudio.Modeling.Diagrams.LabelShape element);
new Microsoft.VisualStudio.Modeling.Diagrams.LabelShapeTypeDescriptor : System.ComponentModel.ICustomTypeDescriptor * Microsoft.VisualStudio.Modeling.Diagrams.LabelShape -> Microsoft.VisualStudio.Modeling.Diagrams.LabelShapeTypeDescriptor
Public Sub New (parent As ICustomTypeDescriptor, element As LabelShape)

Parameters

element
LabelShape

Applies to

LabelShapeTypeDescriptor(ICustomTypeDescriptor, PresentationElement, ModelElement)

Caution

This method is redundant and may be removed in a later version. Use the alternative (ICustomTypeDescriptor, LabelShape) constructor instead.

Creates a new LabelShapeTypeDescriptor

public:
 LabelShapeTypeDescriptor(System::ComponentModel::ICustomTypeDescriptor ^ parent, Microsoft::VisualStudio::Modeling::Diagrams::PresentationElement ^ presentationElement, Microsoft::VisualStudio::Modeling::ModelElement ^ element);
[System.Obsolete("This method is redundant and may be removed in a later version. Use the alternative (ICustomTypeDescriptor, LabelShape) constructor instead.", true)]
public LabelShapeTypeDescriptor (System.ComponentModel.ICustomTypeDescriptor parent, Microsoft.VisualStudio.Modeling.Diagrams.PresentationElement presentationElement, Microsoft.VisualStudio.Modeling.ModelElement element);
[<System.Obsolete("This method is redundant and may be removed in a later version. Use the alternative (ICustomTypeDescriptor, LabelShape) constructor instead.", true)>]
new Microsoft.VisualStudio.Modeling.Diagrams.LabelShapeTypeDescriptor : System.ComponentModel.ICustomTypeDescriptor * Microsoft.VisualStudio.Modeling.Diagrams.PresentationElement * Microsoft.VisualStudio.Modeling.ModelElement -> Microsoft.VisualStudio.Modeling.Diagrams.LabelShapeTypeDescriptor
Public Sub New (parent As ICustomTypeDescriptor, presentationElement As PresentationElement, element As ModelElement)

Parameters

presentationElement
PresentationElement
element
ModelElement
Attributes

Applies to