DefaultPropertyAttribute(String) Constructeur

Définition

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é.

S’applique à