InheritanceAttribute クラス
この属性に関連付けられているコンポーネントが基本クラスから継承されたかどうかを示します。このクラスは継承できません。
名前空間: System.ComponentModel
アセンブリ: System (system.dll 内)
構文
'宣言
<AttributeUsageAttribute(AttributeTargets.Property Or AttributeTargets.Field Or AttributeTargets.Event)> _
Public NotInheritable Class InheritanceAttribute
Inherits Attribute
'使用
Dim instance As InheritanceAttribute
[AttributeUsageAttribute(AttributeTargets.Property|AttributeTargets.Field|AttributeTargets.Event)]
public sealed class InheritanceAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Property|AttributeTargets::Field|AttributeTargets::Event)]
public ref class InheritanceAttribute sealed : public Attribute
/** @attribute AttributeUsageAttribute(AttributeTargets.Property|AttributeTargets.Field|AttributeTargets.Event) */
public final class InheritanceAttribute extends Attribute
AttributeUsageAttribute(AttributeTargets.Property|AttributeTargets.Field|AttributeTargets.Event)
public final class InheritanceAttribute extends Attribute
解説
InheritanceAttribute は、メンバの継承の種類およびレベルを表します。
IInheritanceService の AddInheritedComponents メソッドが、コンポーネントのコンポーネント フィールドを検索して、基本クラスから継承されるフィールドを識別するとき、このメソッドは InheritanceAttribute を使用して、各コンポーネントの継承レベルを表します。
継承階層
System.Object
System.Attribute
System.ComponentModel.InheritanceAttribute
スレッド セーフ
この型の public static (Visual Basic では Shared) メンバはすべて、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。
プラットフォーム
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
バージョン情報
.NET Framework
サポート対象 : 2.0、1.1、1.0
参照
関連項目
InheritanceAttribute メンバ
System.ComponentModel 名前空間
IInheritanceService
InheritanceLevel
Attribute