TypeConverter::SimplePropertyDescriptor Constructor (Type^, String^, Type^)
.NET Framework (current version)
Initializes a new instance of the TypeConverter::SimplePropertyDescriptor class.
Assembly: System (in System.dll)
protected:
SimplePropertyDescriptor(
Type^ componentType,
String^ name,
Type^ propertyType
)
Parameters
- componentType
-
Type:
System::Type^
A Type that represents the type of component to which this property descriptor binds.
- name
-
Type:
System::String^
The name of the property.
- propertyType
-
Type:
System::Type^
A Type that represents the data type for this property.
.NET Framework
Available since 1.1
Available since 1.1
Show: