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
- parent
Type : System.ComponentModel.ICustomTypeDescriptor
Descripteur de type personnalisé parent.
- modelElementType
Type : System.Type
Type d'élément à décrire.
Valeur de retour
Type : System.ComponentModel.ICustomTypeDescriptor
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
ElementTypeDescriptionProvider Classe