TypeConverter::SimplePropertyDescriptor Constructor (Type^, String^, Type^)

 

Initializes a new instance of the TypeConverter::SimplePropertyDescriptor class.

Namespace:   System.ComponentModel
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
Return to top
Show: