DesignerTypeConverter.AddAttributes(PropertyDescriptor, 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:
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
Parameter
- baseProp
- PropertyDescriptor
- attributes
- Attribute[]