DesignerTypeConverter.AddAttributes(PropertyDescriptor, Attribute[]) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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[]