Freigeben über


DslDefinitionModelElementTypeDescriptor.CreatePropertyDescriptor-Methode

Erstellen Sie den PropertyDescriptor für ein angegebenes DomainProperty

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 CreatePropertyDescriptor ( _
    requestor As ModelElement, _
    domainPropertyInfo As DomainPropertyInfo, _
    attributes As Attribute() _
) As ElementPropertyDescriptor
protected override ElementPropertyDescriptor CreatePropertyDescriptor(
    ModelElement requestor,
    DomainPropertyInfo domainPropertyInfo,
    Attribute[] attributes
)

Parameter

Rückgabewert

Typ: Microsoft.VisualStudio.Modeling.Design.ElementPropertyDescriptor

.NET Framework-Sicherheit

Siehe auch

Referenz

DslDefinitionModelElementTypeDescriptor Klasse

Microsoft.VisualStudio.Modeling.DslDefinition.Design-Namespace