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