ComponentDesigner.InheritanceAttribute プロパティ

定義

関連付けられているコンポーネントの継承の種類を示す属性を取得します。

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

適用対象