DefaultBindingPropertyAttribute Конструкторы
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Инициализирует новый экземпляр класса DefaultBindingPropertyAttribute.
Перегрузки
| Имя | Описание |
|---|---|
| DefaultBindingPropertyAttribute() |
Инициализирует новый экземпляр DefaultBindingPropertyAttribute класса без параметров. |
| DefaultBindingPropertyAttribute(String) |
Инициализирует новый экземпляр класса с помощью указанного DefaultBindingPropertyAttribute имени свойства. |
DefaultBindingPropertyAttribute()
- Исходный код:
- DefaultBindingPropertyAttribute.cs
- Исходный код:
- DefaultBindingPropertyAttribute.cs
- Исходный код:
- DefaultBindingPropertyAttribute.cs
- Исходный код:
- DefaultBindingPropertyAttribute.cs
- Исходный код:
- DefaultBindingPropertyAttribute.cs
Инициализирует новый экземпляр DefaultBindingPropertyAttribute класса без параметров.
public:
DefaultBindingPropertyAttribute();
public DefaultBindingPropertyAttribute();
Public Sub New ()
Комментарии
Конструктор без параметров задает Name для свойства значение null.
См. также раздел
Применяется к
DefaultBindingPropertyAttribute(String)
- Исходный код:
- DefaultBindingPropertyAttribute.cs
- Исходный код:
- DefaultBindingPropertyAttribute.cs
- Исходный код:
- DefaultBindingPropertyAttribute.cs
- Исходный код:
- DefaultBindingPropertyAttribute.cs
- Исходный код:
- DefaultBindingPropertyAttribute.cs
Инициализирует новый экземпляр класса с помощью указанного DefaultBindingPropertyAttribute имени свойства.
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)
Параметры
- name
- String
Имя свойства привязки по умолчанию.
Комментарии
Этот конструктор задает свойству Name значение name параметра.