ItemPropertyInfo Constructor (String^, Type^, Object^)
.NET Framework (current version)
Initializes a new instance of the ItemPropertyInfo class.
Assembly: WindowsBase (in WindowsBase.dll)
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
Available since 3.0
Show: