InheritanceAttribute Oluşturucular
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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.