Udostępnij za pośrednictwem


DefaultBindingPropertyAttribute Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy DefaultBindingPropertyAttribute.

Przeciążenia

Nazwa Opis
DefaultBindingPropertyAttribute()

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

DefaultBindingPropertyAttribute(String)

Inicjuje nowe wystąpienie DefaultBindingPropertyAttribute 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
Źródło:
DefaultBindingPropertyAttribute.cs
Źródło:
DefaultBindingPropertyAttribute.cs

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

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

Uwagi

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

Zobacz też

Dotyczy

DefaultBindingPropertyAttribute(String)

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

Inicjuje nowe wystąpienie DefaultBindingPropertyAttribute 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