Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Namespace: Microsoft.VisualStudio.Modeling.Design
Assembly: Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.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<Attribute[]
Return Value
Type: 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.