Condividi tramite


Metodo ElementTypeDescriptionProvider.CreateCustomTypeDescriptor (ICustomTypeDescriptor, Type)

Overridables per la classe derivata forniscono un ICustomTypeDescriptor (che non deve essere un ElementTypeDescriptor).l'implementazione di base chiama semplicemente CreateTypeDescriptor() per creare un ElementTypeDescriptor.

Spazio dei nomi:  Microsoft.VisualStudio.Modeling.Design
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)

Sintassi

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

Parametri

  • modelElementType
    Tipo: System.Type
    Tipo di elemento da tracciare.

Valore restituito

Tipo: System.ComponentModel.ICustomTypeDescriptor

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ElementTypeDescriptionProvider Classe

Overload CreateCustomTypeDescriptor

Spazio dei nomi Microsoft.VisualStudio.Modeling.Design