Share via


DefaultPropertyAttribute(String) Konstruktor

Definice

Inicializuje novou instanci DefaultPropertyAttribute třídy.

public:
 DefaultPropertyAttribute(System::String ^ name);
public DefaultPropertyAttribute (string name);
public DefaultPropertyAttribute (string? name);
new System.ComponentModel.DefaultPropertyAttribute : string -> System.ComponentModel.DefaultPropertyAttribute
Public Sub New (name As String)

Parametry

name
String

Název výchozí vlastnosti pro komponentu, ke které je tento atribut vázán.

Platí pro