InheritanceAttribute Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy InheritanceAttribute.

Przeciążenia

Nazwa Opis
InheritanceAttribute()

Inicjuje nowe wystąpienie klasy InheritanceAttribute.

InheritanceAttribute(InheritanceLevel)

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

InheritanceAttribute()

Źródło:
InheritanceAttribute.cs
Źródło:
InheritanceAttribute.cs
Ź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
Źródło:
InheritanceAttribute.cs
Źródło:
InheritanceAttribute.cs

Inicjuje nowe wystąpienie InheritanceAttribute 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 być ustawiony ten atrybut.

Zobacz też

Dotyczy