InheritanceAttribute Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy InheritanceAttribute.

Przeciążenia

InheritanceAttribute()

Inicjuje nowe wystąpienie klasy InheritanceAttribute.

InheritanceAttribute(InheritanceLevel)

Inicjuje InheritanceAttribute nowe wystąpienie klasy z określonym poziomem dziedziczenia.

InheritanceAttribute()

Źródło:
InheritanceAttribute.cs
Źródło:
InheritanceAttribute.cs
Źródło:
InheritanceAttribute.cs

Inicjuje nowe wystąpienie klasy InheritanceAttribute.

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

Dotyczy

InheritanceAttribute(InheritanceLevel)

Źródło:
InheritanceAttribute.cs
Źródło:
InheritanceAttribute.cs
Źródło:
InheritanceAttribute.cs

Inicjuje InheritanceAttribute nowe wystąpienie klasy z określonym poziomem dziedziczenia.

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

Element InheritanceLevel wskazujący poziom dziedziczenia, na który ma zostać ustawiony ten atrybut.

Zobacz też

Dotyczy