Share via


InheritanceAttribute Oluşturucular

Tanım

InheritanceAttribute sınıfının yeni bir örneğini başlatır.

Aşırı Yüklemeler

InheritanceAttribute()

InheritanceAttribute sınıfının yeni bir örneğini başlatır.

InheritanceAttribute(InheritanceLevel)

Belirtilen devralma düzeyiyle sınıfının yeni bir örneğini InheritanceAttribute başlatır.

InheritanceAttribute()

Kaynak:
InheritanceAttribute.cs
Kaynak:
InheritanceAttribute.cs
Kaynak:
InheritanceAttribute.cs

InheritanceAttribute sınıfının yeni bir örneğini başlatır.

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

Şunlara uygulanır

InheritanceAttribute(InheritanceLevel)

Kaynak:
InheritanceAttribute.cs
Kaynak:
InheritanceAttribute.cs
Kaynak:
InheritanceAttribute.cs

Belirtilen devralma düzeyiyle sınıfının yeni bir örneğini InheritanceAttribute başlatır.

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)

Parametreler

inheritanceLevel
InheritanceLevel

InheritanceLevel Bu özniteliğin ayarlanacağı devralma düzeyini gösteren.

Ayrıca bkz.

Şunlara uygulanır