ItemPropertyInfo(String, Type, Object) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 .