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
- requestor
Typ: Microsoft.VisualStudio.Modeling.ModelElement
- domainPropertyInfo
Typ: Microsoft.VisualStudio.Modeling.DomainPropertyInfo
- attributes
Typ: array<System.Attribute[]
Rückgabewert
Typ: Microsoft.VisualStudio.Modeling.Design.ElementPropertyDescriptor
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.
Siehe auch
Referenz
DslDefinitionModelElementTypeDescriptor Klasse
Microsoft.VisualStudio.Modeling.DslDefinition.Design-Namespace