ItemPropertyInfo(String, Type, Object) Constructor

Definition

Initializes a new instance of the ItemPropertyInfo class.

public:
 ItemPropertyInfo(System::String ^ name, Type ^ type, System::Object ^ descriptor);
public ItemPropertyInfo (string name, Type type, object descriptor);
new System.ComponentModel.ItemPropertyInfo : string * Type * obj -> System.ComponentModel.ItemPropertyInfo
Public Sub New (name As String, type As Type, descriptor As Object)

Parameters

name
String

The name of the property.

type
Type

The type of the property.

descriptor
Object

An object that contains additional information about the property.

Remarks

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

Applies to