InheritanceAttribute Konstruktorer
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Initierar en ny instans av InheritanceAttribute klassen.
Överlagringar
| Name | Description |
|---|---|
| InheritanceAttribute() |
Initierar en ny instans av InheritanceAttribute klassen. |
| InheritanceAttribute(InheritanceLevel) |
Initierar en ny instans av InheritanceAttribute klassen med den angivna arvsnivån. |
InheritanceAttribute()
- Källa:
- InheritanceAttribute.cs
- Källa:
- InheritanceAttribute.cs
- Källa:
- InheritanceAttribute.cs
- Källa:
- InheritanceAttribute.cs
- Källa:
- InheritanceAttribute.cs
Initierar en ny instans av InheritanceAttribute klassen.
public:
InheritanceAttribute();
public InheritanceAttribute();
Public Sub New ()
Gäller för
InheritanceAttribute(InheritanceLevel)
- Källa:
- InheritanceAttribute.cs
- Källa:
- InheritanceAttribute.cs
- Källa:
- InheritanceAttribute.cs
- Källa:
- InheritanceAttribute.cs
- Källa:
- InheritanceAttribute.cs
Initierar en ny instans av InheritanceAttribute klassen med den angivna arvsnivån.
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)
Parametrar
- inheritanceLevel
- InheritanceLevel
Ett InheritanceLevel som anger arvsnivån som det här attributet ska anges till.