DesignerTypeConverter.AddAttributes(PropertyDescriptor, Attribute[]) Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
protected:
static System::ComponentModel::PropertyDescriptor ^ AddAttributes(System::ComponentModel::PropertyDescriptor ^ baseProp, ... cli::array <Attribute ^> ^ attributes);
protected static System.ComponentModel.PropertyDescriptor AddAttributes (System.ComponentModel.PropertyDescriptor baseProp, params Attribute[] attributes);
static member AddAttributes : System.ComponentModel.PropertyDescriptor * Attribute[] -> System.ComponentModel.PropertyDescriptor
Protected Shared Function AddAttributes (baseProp As PropertyDescriptor, ParamArray attributes As Attribute()) As PropertyDescriptor
Параметры
- baseProp
- PropertyDescriptor
- attributes
- Attribute[]