DefaultPropertyAttribute(String) 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 DefaultPropertyAttribute.
public:
DefaultPropertyAttribute(System::String ^ name);
public DefaultPropertyAttribute(string name);
new System.ComponentModel.DefaultPropertyAttribute : string -> System.ComponentModel.DefaultPropertyAttribute
Public Sub New (name As String)
Paramètres
- name
- String
Nom de la propriété par défaut du composant auquel cet attribut est lié.