LabelShapeTypeDescriptor-Konstruktor (ICustomTypeDescriptor, PresentationElement, ModelElement)
Hinweis: Diese API ist mittlerweile veraltet.
Erstellt ein neues LabelShapeTypeDescriptor
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Syntax
'Declaration
<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
)
Parameter
- parent
Typ: System.ComponentModel.ICustomTypeDescriptor
- presentationElement
Typ: Microsoft.VisualStudio.Modeling.Diagrams.PresentationElement
- element
Typ: Microsoft.VisualStudio.Modeling.ModelElement
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.
Siehe auch
Referenz
LabelShapeTypeDescriptor Klasse