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