DefaultBindingPropertyAttribute Konstruktorok
Definíció
Fontos
Egyes információk olyan, kiadás előtti termékekre vonatkoznak, amelyek a kiadásig még jelentősen módosulhatnak. A Microsoft nem vállal kifejezett vagy törvényi garanciát az itt megjelenő információért.
Inicializálja a DefaultBindingPropertyAttribute osztály új példányát.
Túlterhelések
| Name | Description |
|---|---|
| DefaultBindingPropertyAttribute() |
Inicializálja az osztály új példányát DefaultBindingPropertyAttribute paraméterek nélkül. |
| DefaultBindingPropertyAttribute(String) |
Inicializálja az osztály új példányát a DefaultBindingPropertyAttribute megadott tulajdonságnév használatával. |
DefaultBindingPropertyAttribute()
Inicializálja az osztály új példányát DefaultBindingPropertyAttribute paraméterek nélkül.
public:
DefaultBindingPropertyAttribute();
public DefaultBindingPropertyAttribute();
Public Sub New ()
Megjegyzések
A paraméter nélküli konstruktor a tulajdonságot a Name következőre nullállítja: .
Lásd még
A következőre érvényes:
DefaultBindingPropertyAttribute(String)
Inicializálja az osztály új példányát a DefaultBindingPropertyAttribute megadott tulajdonságnév használatával.
public:
DefaultBindingPropertyAttribute(System::String ^ name);
public DefaultBindingPropertyAttribute(string? name);
public DefaultBindingPropertyAttribute(string name);
new System.ComponentModel.DefaultBindingPropertyAttribute : string -> System.ComponentModel.DefaultBindingPropertyAttribute
Public Sub New (name As String)
Paraméterek
- name
- String
Az alapértelmezett kötési tulajdonság neve.
Megjegyzések
Ez a konstruktor a Name tulajdonságot a name paraméter értékére állítja.