Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 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
- requestor
 Type: Microsoft.VisualStudio.Modeling.ModelElement
- targetRoleInfo
 Type: Microsoft.VisualStudio.Modeling.DomainRoleInfo
- attributes
 Type: array<System.Attribute[]
Return Value
Type: System.ComponentModel.PropertyDescriptor
.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.