ElementTypeDescriptor.CreateCollectionPropertyDescriptor(ModelElement, DomainRoleInfo, Attribute[]) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
protected:
virtual System::ComponentModel::PropertyDescriptor ^ CreateCollectionPropertyDescriptor(Microsoft::VisualStudio::Modeling::ModelElement ^ requestor, Microsoft::VisualStudio::Modeling::DomainRoleInfo ^ targetRoleInfo, cli::array <Attribute ^> ^ attributes);
protected virtual System.ComponentModel.PropertyDescriptor CreateCollectionPropertyDescriptor (Microsoft.VisualStudio.Modeling.ModelElement requestor, Microsoft.VisualStudio.Modeling.DomainRoleInfo targetRoleInfo, Attribute[] attributes);
abstract member CreateCollectionPropertyDescriptor : Microsoft.VisualStudio.Modeling.ModelElement * Microsoft.VisualStudio.Modeling.DomainRoleInfo * Attribute[] -> System.ComponentModel.PropertyDescriptor
override this.CreateCollectionPropertyDescriptor : Microsoft.VisualStudio.Modeling.ModelElement * Microsoft.VisualStudio.Modeling.DomainRoleInfo * Attribute[] -> System.ComponentModel.PropertyDescriptor
Protected Overridable Function CreateCollectionPropertyDescriptor (requestor As ModelElement, targetRoleInfo As DomainRoleInfo, attributes As Attribute()) As PropertyDescriptor
Parameter
- requestor
- ModelElement
- targetRoleInfo
- DomainRoleInfo
- attributes
- Attribute[]