ElementTypeDescriptor.CreateCollectionPropertyDescriptor – metoda
Obor názvů: Microsoft.VisualStudio.Modeling.Design
Sestavení: Microsoft.VisualStudio.Modeling.Sdk.11.0 (v Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)
Syntaxe
'Deklarace
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
)
Parametry
- requestor
Typ: Microsoft.VisualStudio.Modeling.ModelElement
- targetRoleInfo
Typ: Microsoft.VisualStudio.Modeling.DomainRoleInfo
- attributes
Typ: array<System.Attribute[]
Vrácená hodnota
Typ: System.ComponentModel.PropertyDescriptor
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.