ElementTypeDescriptor.CreateCollectionPropertyDescriptor(ModelElement, DomainRoleInfo, Attribute[]) Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
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
Параметры
- requestor
- ModelElement
- targetRoleInfo
- DomainRoleInfo
- attributes
- Attribute[]