ItemPropertyInfo(String, Type, Object) Constructeur

Définition

Initialise une nouvelle instance de la classe ItemPropertyInfo.

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)

Paramètres

name
String

Nom de la propriété.

type
Type

Type de la propriété.

descriptor
Object

Objet qui contient des informations supplémentaires sur la propriété.

Remarques

Le descriptor paramètre peut être n’importe quel objet qui contient des informations sur la propriété, comme un PropertyDescriptor objet ou PropertyInfo .

S’applique à