Condividi tramite


Metodo ElementTypeDescriptor.CreateCollectionPropertyDescriptor

Spazio dei nomi:  Microsoft.VisualStudio.Modeling.Design
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)

Sintassi

'Dichiarazione
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
)

Parametri

Valore restituito

Tipo: System.ComponentModel.PropertyDescriptor

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ElementTypeDescriptor Classe

Spazio dei nomi Microsoft.VisualStudio.Modeling.Design