Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Creates a descriptor for a property of a model element.
Namespace: Microsoft.VisualStudio.Modeling.Design
Assembly: Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.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
)
protected:
virtual ElementPropertyDescriptor^ CreatePropertyDescriptor(
ModelElement^ requestor,
DomainPropertyInfo^ domainPropertyInfo,
array<Attribute^>^ attributes
)
abstract CreatePropertyDescriptor :
requestor:ModelElement *
domainPropertyInfo:DomainPropertyInfo *
attributes:Attribute[] -> ElementPropertyDescriptor
override CreatePropertyDescriptor :
requestor:ModelElement *
domainPropertyInfo:DomainPropertyInfo *
attributes:Attribute[] -> ElementPropertyDescriptor
protected function CreatePropertyDescriptor(
requestor : ModelElement,
domainPropertyInfo : DomainPropertyInfo,
attributes : Attribute[]
) : ElementPropertyDescriptor
Parameters
requestor
Type: Microsoft.VisualStudio.Modeling.ModelElementThe model element that has the described domain property.
domainPropertyInfo
Type: Microsoft.VisualStudio.Modeling.DomainPropertyInfoThe metadata for the domain property.
attributes
Type: array<Attribute[]An array that contains the attributes to apply to the domain property.
Return Value
Type: Microsoft.VisualStudio.Modeling.Design.ElementPropertyDescriptor
The descriptor for the property of the model element.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.