TypeConverter.SimplePropertyDescriptor Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the TypeConverter.SimplePropertyDescriptor class.
Overloads
| Name | Description |
|---|---|
| TypeConverter.SimplePropertyDescriptor(Type, String, Type) |
Initializes a new instance of the TypeConverter.SimplePropertyDescriptor class. |
| TypeConverter.SimplePropertyDescriptor(Type, String, Type, Attribute[]) |
Initializes a new instance of the TypeConverter.SimplePropertyDescriptor class. |
TypeConverter.SimplePropertyDescriptor(Type, String, Type)
Initializes a new instance of the TypeConverter.SimplePropertyDescriptor class.
public:
SimplePropertyDescriptor(Type ^ componentType, System::String ^ name, Type ^ propertyType);
protected:
SimplePropertyDescriptor(Type ^ componentType, System::String ^ name, Type ^ propertyType);
public SimplePropertyDescriptor(Type componentType, string name, Type propertyType);
protected SimplePropertyDescriptor(Type componentType, string name, Type propertyType);
new System.ComponentModel.TypeConverter.SimplePropertyDescriptor : Type * string * Type -> System.ComponentModel.TypeConverter.SimplePropertyDescriptor
Public Sub New (componentType As Type, name As String, propertyType As Type)
Protected Sub New (componentType As Type, name As String, propertyType As Type)
Parameters
- componentType
- Type
A Type that represents the type of component to which this property descriptor binds.
- name
- String
The name of the property.
See also
Applies to
TypeConverter.SimplePropertyDescriptor(Type, String, Type, Attribute[])
Initializes a new instance of the TypeConverter.SimplePropertyDescriptor class.
public:
SimplePropertyDescriptor(Type ^ componentType, System::String ^ name, Type ^ propertyType, cli::array <Attribute ^> ^ attributes);
protected:
SimplePropertyDescriptor(Type ^ componentType, System::String ^ name, Type ^ propertyType, cli::array <Attribute ^> ^ attributes);
public SimplePropertyDescriptor(Type componentType, string name, Type propertyType, Attribute[] attributes);
protected SimplePropertyDescriptor(Type componentType, string name, Type propertyType, Attribute[] attributes);
new System.ComponentModel.TypeConverter.SimplePropertyDescriptor : Type * string * Type * Attribute[] -> System.ComponentModel.TypeConverter.SimplePropertyDescriptor
Public Sub New (componentType As Type, name As String, propertyType As Type, attributes As Attribute())
Protected Sub New (componentType As Type, name As String, propertyType As Type, attributes As Attribute())
Parameters
- componentType
- Type
A Type that represents the type of component to which this property descriptor binds.
- name
- String
The name of the property.