The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
TypeConverter::SimplePropertyDescriptor Constructor (Type^, String^, Type^, array<Attribute^>^)
.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, array<Attribute^>^ attributes )
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.
- attributes
-
Type:
array<System::Attribute^>^
An Attribute array with the attributes to associate with the property.
.NET Framework
Available since 1.1
Available since 1.1
Show: