Freigeben über


ElementTypeDescriptor.CreatePropertyDescriptor-Methode

Erstellt einen Deskriptor für eine Eigenschaft eines Modellelements.

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

Syntax

'Declaration
Protected Overridable Function CreatePropertyDescriptor ( _
    requestor As ModelElement, _
    domainPropertyInfo As DomainPropertyInfo, _
    attributes As Attribute() _
) As ElementPropertyDescriptor
protected virtual ElementPropertyDescriptor CreatePropertyDescriptor(
    ModelElement requestor,
    DomainPropertyInfo domainPropertyInfo,
    Attribute[] attributes
)

Parameter

  • attributes
    Typ: array<System.Attribute[]
    Ein Array, das die Attribute enthält, die auf die Domäneneigenschaft angewendet werden sollen.

Rückgabewert

Typ: Microsoft.VisualStudio.Modeling.Design.ElementPropertyDescriptor
Der Deskriptor für die Eigenschaft des Modellelements.

.NET Framework-Sicherheit

Siehe auch

Referenz

ElementTypeDescriptor Klasse

Microsoft.VisualStudio.Modeling.Design-Namespace