ComponentDesigner.InheritanceAttribute 屬性

定義

取得屬性 (Attribute),表示相關元件的繼承 (Inheritance) 型別。

protected:
 property System::ComponentModel::InheritanceAttribute ^ InheritanceAttribute { System::ComponentModel::InheritanceAttribute ^ get(); };
protected:
 virtual property System::ComponentModel::InheritanceAttribute ^ InheritanceAttribute { System::ComponentModel::InheritanceAttribute ^ get(); };
protected System.ComponentModel.InheritanceAttribute InheritanceAttribute { get; }
protected virtual System.ComponentModel.InheritanceAttribute InheritanceAttribute { get; }
protected virtual System.ComponentModel.InheritanceAttribute? InheritanceAttribute { get; }
member this.InheritanceAttribute : System.ComponentModel.InheritanceAttribute
Protected ReadOnly Property InheritanceAttribute As InheritanceAttribute
Protected Overridable ReadOnly Property InheritanceAttribute As InheritanceAttribute

屬性值

相關元件的 InheritanceAttribute

適用於