PresentationElementTypeDescriptor Constructors

Definition

Overloads

PresentationElementTypeDescriptor(ICustomTypeDescriptor, PresentationElement)
PresentationElementTypeDescriptor(ICustomTypeDescriptor, PresentationElement, ModelElement)
Obsolete.

ctor for creating the wrapper class which represents the element to be consumed by the property grid.

PresentationElementTypeDescriptor(ICustomTypeDescriptor, PresentationElement)

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

Parameters

Applies to

PresentationElementTypeDescriptor(ICustomTypeDescriptor, PresentationElement, ModelElement)

Caution

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

ctor for creating the wrapper class which represents the element to be consumed by the property grid.

protected public:
 PresentationElementTypeDescriptor(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, PresentationElement) constructor instead.", true)]
protected internal PresentationElementTypeDescriptor (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, PresentationElement) constructor instead.", true)>]
new Microsoft.VisualStudio.Modeling.Diagrams.PresentationElementTypeDescriptor : System.ComponentModel.ICustomTypeDescriptor * Microsoft.VisualStudio.Modeling.Diagrams.PresentationElement * Microsoft.VisualStudio.Modeling.ModelElement -> Microsoft.VisualStudio.Modeling.Diagrams.PresentationElementTypeDescriptor
Protected Friend Sub New (parent As ICustomTypeDescriptor, presentationElement As PresentationElement, element As ModelElement)

Parameters

presentationElement
PresentationElement
element
ModelElement
Attributes

Applies to