LabelShapeTypeDescriptor, constructeur (ICustomTypeDescriptor, PresentationElement, ModelElement)
Remarque : cette API est maintenant obsolète.
Crée un nouveau LabelShapeTypeDescriptor
Espace de noms : Microsoft.VisualStudio.Modeling.Diagrams
Assembly : Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (dans Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
Syntaxe
'Déclaration
<ObsoleteAttribute("This method is redundant and may be removed in a later version. Use the alternative (ICustomTypeDescriptor, LabelShape) constructor instead.", _
True)> _
Public Sub New ( _
parent As ICustomTypeDescriptor, _
presentationElement As PresentationElement, _
element As ModelElement _
)
[ObsoleteAttribute("This method is redundant and may be removed in a later version. Use the alternative (ICustomTypeDescriptor, LabelShape) constructor instead.",
true)]
public LabelShapeTypeDescriptor(
ICustomTypeDescriptor parent,
PresentationElement presentationElement,
ModelElement element
)
Paramètres
- parent
Type : System.ComponentModel.ICustomTypeDescriptor
- presentationElement
Type : Microsoft.VisualStudio.Modeling.Diagrams.PresentationElement
- element
Type : Microsoft.VisualStudio.Modeling.ModelElement
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
LabelShapeTypeDescriptor Classe