Freigeben über


DslDefinitionModelTypeDescriptorProvider.CreateTypeDescriptor-Methode (ICustomTypeDescriptor, ModelElement)

Virtuelle Methode, um eigenen Typdeskriptor zu erzeugen

Namespace:  Microsoft.VisualStudio.Modeling.DslDefinition.Design
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0.dll)

Syntax

'Declaration
Protected Overrides Function CreateTypeDescriptor ( _
    parent As ICustomTypeDescriptor, _
    element As ModelElement _
) As ElementTypeDescriptor
protected override ElementTypeDescriptor CreateTypeDescriptor(
    ICustomTypeDescriptor parent,
    ModelElement element
)

Parameter

Rückgabewert

Typ: Microsoft.VisualStudio.Modeling.Design.ElementTypeDescriptor
DslDefinitionModelElementTypeDescriptor-Objekt

.NET Framework-Sicherheit

Siehe auch

Referenz

DslDefinitionModelTypeDescriptorProvider Klasse

CreateTypeDescriptor-Überladung

Microsoft.VisualStudio.Modeling.DslDefinition.Design-Namespace