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

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

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