Udostępnij przez


DefaultBindingPropertyAttribute Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy DefaultBindingPropertyAttribute.

Przeciążenia

DefaultBindingPropertyAttribute()

Inicjuje DefaultBindingPropertyAttribute nowe wystąpienie klasy bez parametrów.

DefaultBindingPropertyAttribute(String)

Inicjuje DefaultBindingPropertyAttribute nowe wystąpienie klasy przy użyciu określonej nazwy właściwości.

DefaultBindingPropertyAttribute()

Źródło:
DefaultBindingPropertyAttribute.cs
Źródło:
DefaultBindingPropertyAttribute.cs
Źródło:
DefaultBindingPropertyAttribute.cs

Inicjuje DefaultBindingPropertyAttribute nowe wystąpienie klasy bez parametrów.

public:
 DefaultBindingPropertyAttribute();
public DefaultBindingPropertyAttribute ();
Public Sub New ()

Uwagi

Konstruktor bez parametrów ustawia Name właściwość na nullwartość .

Zobacz też

Dotyczy

DefaultBindingPropertyAttribute(String)

Źródło:
DefaultBindingPropertyAttribute.cs
Źródło:
DefaultBindingPropertyAttribute.cs
Źródło:
DefaultBindingPropertyAttribute.cs

Inicjuje DefaultBindingPropertyAttribute nowe wystąpienie klasy przy użyciu określonej nazwy właściwości.

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)

Parametry

name
String

Nazwa domyślnej właściwości powiązania.

Uwagi

Ten konstruktor ustawia Name właściwość na wartość parametru name .

Zobacz też

Dotyczy