Share via


InheritanceAttribute Konstruktory

Definice

Inicializuje novou instanci InheritanceAttribute třídy.

Přetížení

InheritanceAttribute()

Inicializuje novou instanci InheritanceAttribute třídy.

InheritanceAttribute(InheritanceLevel)

Inicializuje novou instanci InheritanceAttribute třídy se zadanou úrovní dědičnosti.

InheritanceAttribute()

Zdroj:
InheritanceAttribute.cs
Zdroj:
InheritanceAttribute.cs
Zdroj:
InheritanceAttribute.cs

Inicializuje novou instanci InheritanceAttribute třídy.

public:
 InheritanceAttribute();
public InheritanceAttribute ();
Public Sub New ()

Platí pro

InheritanceAttribute(InheritanceLevel)

Zdroj:
InheritanceAttribute.cs
Zdroj:
InheritanceAttribute.cs
Zdroj:
InheritanceAttribute.cs

Inicializuje novou instanci InheritanceAttribute třídy se zadanou úrovní dědičnosti.

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)

Parametry

inheritanceLevel
InheritanceLevel

Hodnota InheritanceLevel označující úroveň dědičnosti, na kterou se má tento atribut nastavit.

Viz také

Platí pro