InheritanceAttribute Конструкторы
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Инициализирует новый экземпляр класса InheritanceAttribute.
Перегрузки
| Имя | Описание |
|---|---|
| InheritanceAttribute() |
Инициализирует новый экземпляр класса InheritanceAttribute. |
| InheritanceAttribute(InheritanceLevel) |
Инициализирует новый экземпляр InheritanceAttribute класса с указанным уровнем наследования. |
InheritanceAttribute()
- Исходный код:
- InheritanceAttribute.cs
- Исходный код:
- InheritanceAttribute.cs
- Исходный код:
- InheritanceAttribute.cs
- Исходный код:
- InheritanceAttribute.cs
- Исходный код:
- InheritanceAttribute.cs
Инициализирует новый экземпляр класса InheritanceAttribute.
public:
InheritanceAttribute();
public InheritanceAttribute();
Public Sub New ()
Применяется к
InheritanceAttribute(InheritanceLevel)
- Исходный код:
- InheritanceAttribute.cs
- Исходный код:
- InheritanceAttribute.cs
- Исходный код:
- InheritanceAttribute.cs
- Исходный код:
- InheritanceAttribute.cs
- Исходный код:
- InheritanceAttribute.cs
Инициализирует новый экземпляр InheritanceAttribute класса с указанным уровнем наследования.
public:
InheritanceAttribute(System::ComponentModel::InheritanceLevel inheritanceLevel);
public InheritanceAttribute(System.ComponentModel.InheritanceLevel inheritanceLevel);
new System.ComponentModel.InheritanceAttribute : System.ComponentModel.InheritanceLevel -> System.ComponentModel.InheritanceAttribute
Public Sub New (inheritanceLevel As InheritanceLevel)
Параметры
- inheritanceLevel
- InheritanceLevel
Значение, InheritanceLevel указывающее уровень наследования для задания этого атрибута.