CommentShapeTypeDescriptor Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
| CommentShapeTypeDescriptor(ICustomTypeDescriptor, CommentShape) | |
| CommentShapeTypeDescriptor(ICustomTypeDescriptor, PresentationElement, ModelElement) |
Obsolète.
Crée un CommentShapeTypeDescriptor. |
CommentShapeTypeDescriptor(ICustomTypeDescriptor, CommentShape)
public:
CommentShapeTypeDescriptor(System::ComponentModel::ICustomTypeDescriptor ^ parent, Microsoft::VisualStudio::Modeling::Diagrams::CommentShape ^ element);
public CommentShapeTypeDescriptor (System.ComponentModel.ICustomTypeDescriptor parent, Microsoft.VisualStudio.Modeling.Diagrams.CommentShape element);
new Microsoft.VisualStudio.Modeling.Diagrams.CommentShapeTypeDescriptor : System.ComponentModel.ICustomTypeDescriptor * Microsoft.VisualStudio.Modeling.Diagrams.CommentShape -> Microsoft.VisualStudio.Modeling.Diagrams.CommentShapeTypeDescriptor
Public Sub New (parent As ICustomTypeDescriptor, element As CommentShape)
Paramètres
- parent
- ICustomTypeDescriptor
- element
- CommentShape
S’applique à
CommentShapeTypeDescriptor(ICustomTypeDescriptor, PresentationElement, ModelElement)
Attention
This method is redundant and may be removed in a later version. Use the alternative (ICustomTypeDescriptor, CommentShape) constructor instead.
Crée un CommentShapeTypeDescriptor.
public:
CommentShapeTypeDescriptor(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, CommentShape) constructor instead.", true)]
public CommentShapeTypeDescriptor (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, CommentShape) constructor instead.", true)>]
new Microsoft.VisualStudio.Modeling.Diagrams.CommentShapeTypeDescriptor : System.ComponentModel.ICustomTypeDescriptor * Microsoft.VisualStudio.Modeling.Diagrams.PresentationElement * Microsoft.VisualStudio.Modeling.ModelElement -> Microsoft.VisualStudio.Modeling.Diagrams.CommentShapeTypeDescriptor
Public Sub New (parent As ICustomTypeDescriptor, presentationElement As PresentationElement, element As ModelElement)
Paramètres
- parent
- ICustomTypeDescriptor
- presentationElement
- PresentationElement
- element
- ModelElement
- Attributs