ElementTypeDescriptor.CreateCollectionPropertyDescriptor, méthode
Espace de noms : Microsoft.VisualStudio.Modeling.Design
Assembly : Microsoft.VisualStudio.Modeling.Sdk.11.0 (dans Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)
Syntaxe
'Déclaration
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
)
Paramètres
- requestor
Type : Microsoft.VisualStudio.Modeling.ModelElement
- targetRoleInfo
Type : Microsoft.VisualStudio.Modeling.DomainRoleInfo
- attributes
Type : array<System.Attribute[]
Valeur de retour
Type : System.ComponentModel.PropertyDescriptor
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.