InheritanceAttribute Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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.