Partager via


ElementTypeDescriptionProvider.CreateCustomTypeDescriptor, méthode (ICustomTypeDescriptor, Type)

Overridables pour que la classe dérivée fournisse un ICustomTypeDescriptor (qui n'a pas besoin d'être un ElementTypeDescriptor).L'implémentation de base appelle simplement CreateTypeDescriptor () pour créer un ElementTypeDescriptor.

Espace de noms :  Microsoft.VisualStudio.Modeling.Design
Assembly :  Microsoft.VisualStudio.Modeling.Sdk.11.0 (dans Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)

Syntaxe

'Déclaration
Protected Overridable Function CreateCustomTypeDescriptor ( _
    parent As ICustomTypeDescriptor, _
    modelElementType As Type _
) As ICustomTypeDescriptor
protected virtual ICustomTypeDescriptor CreateCustomTypeDescriptor(
    ICustomTypeDescriptor parent,
    Type modelElementType
)

Paramètres

  • modelElementType
    Type : System.Type
    Type d'élément à décrire.

Valeur de retour

Type : System.ComponentModel.ICustomTypeDescriptor

Sécurité .NET Framework

Voir aussi

Référence

ElementTypeDescriptionProvider Classe

CreateCustomTypeDescriptor, surcharge

Microsoft.VisualStudio.Modeling.Design, espace de noms