Compartilhar via


Construtor PresentationElementTypeDescriptor (ICustomTypeDescriptor, PresentationElement, ModelElement)

Observação: esta API agora é obsoleta.

construtor para criar a classe de wrapper que representa o elemento a ser consumido pela grade propriedade.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (em Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)

Sintaxe

'Declaração
<ObsoleteAttribute("This method is redundant and may be removed in a later version. Use the alternative (ICustomTypeDescriptor, PresentationElement) constructor instead.",  _
    True)> _
Protected Friend 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, PresentationElement) constructor instead.", 
    true)]
protected internal PresentationElementTypeDescriptor(
    ICustomTypeDescriptor parent,
    PresentationElement presentationElement,
    ModelElement element
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

PresentationElementTypeDescriptor Classe

Sobrecargas PresentationElementTypeDescriptor

Namespace Microsoft.VisualStudio.Modeling.Diagrams