Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Note: This API is now obsolete.
Creates a new LabelShapeTypeDescriptor
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.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
)
[ObsoleteAttribute(L"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
)
[<ObsoleteAttribute("This method is redundant and may be removed in a later version. Use the alternative (ICustomTypeDescriptor, LabelShape) constructor instead.",
true)>]
new :
parent:ICustomTypeDescriptor *
presentationElement:PresentationElement *
element:ModelElement -> LabelShapeTypeDescriptor
public function LabelShapeTypeDescriptor(
parent : ICustomTypeDescriptor,
presentationElement : PresentationElement,
element : ModelElement
)
Parameters
- parent
Type: System.ComponentModel.ICustomTypeDescriptor
- presentationElement
Type: Microsoft.VisualStudio.Modeling.Diagrams.PresentationElement
- element
Type: Microsoft.VisualStudio.Modeling.ModelElement
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
LabelShapeTypeDescriptor Class