ElementTypeDescriptor.CreateCollectionPropertyDescriptor-Methode
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
)
Parameter
- requestor
Typ: Microsoft.VisualStudio.Modeling.ModelElement
- targetRoleInfo
Typ: Microsoft.VisualStudio.Modeling.DomainRoleInfo
- attributes
Typ: array<System.Attribute[]
Rückgabewert
Typ: System.ComponentModel.PropertyDescriptor
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.