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 указывающее уровень наследования для задания этого атрибута.

См. также раздел

Применяется к