ItemPropertyInfo Constructor (String^, Type^, Object^)

 

Initializes a new instance of the ItemPropertyInfo class.

Namespace:   System.ComponentModel
Assembly:  WindowsBase (in WindowsBase.dll)

public:
ItemPropertyInfo(
	String^ name,
	Type^ type,
	Object^ descriptor
)

Parameters

name
Type: System::String^

The name of the property.

type
Type: System::Type^

The type of the property.

descriptor
Type: System::Object^

An object that contains additional information about the property.

The descriptor parameter can be any object that contains information about the property, such as a PropertyDescriptor or PropertyInfo object.

.NET Framework
Available since 3.0
Return to top
Show: