ElementTypeDescriptor.CreateCollectionPropertyDescriptor Method

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 CreateCollectionPropertyDescriptor ( _
    requestor As ModelElement, _
    targetRoleInfo As DomainRoleInfo, _
    attributes As Attribute() _
) As PropertyDescriptor
protected virtual PropertyDescriptor CreateCollectionPropertyDescriptor(
    ModelElement requestor,
    DomainRoleInfo targetRoleInfo,
    Attribute[] attributes
)
protected:
virtual PropertyDescriptor^ CreateCollectionPropertyDescriptor(
    ModelElement^ requestor, 
    DomainRoleInfo^ targetRoleInfo, 
    array<Attribute^>^ attributes
)
abstract CreateCollectionPropertyDescriptor : 
        requestor:ModelElement * 
        targetRoleInfo:DomainRoleInfo * 
        attributes:Attribute[] -> PropertyDescriptor  
override CreateCollectionPropertyDescriptor : 
        requestor:ModelElement * 
        targetRoleInfo:DomainRoleInfo * 
        attributes:Attribute[] -> PropertyDescriptor
protected function CreateCollectionPropertyDescriptor(
    requestor : ModelElement, 
    targetRoleInfo : DomainRoleInfo, 
    attributes : Attribute[]
) : PropertyDescriptor

Parameters

  • attributes
    Type: array<Attribute[]

Return Value

Type: PropertyDescriptor

.NET Framework Security

See Also

Reference

ElementTypeDescriptor Class

Microsoft.VisualStudio.Modeling.Design Namespace