InheritanceAttribute クラス

定義

この属性に関連付けられているコンポーネントが基本クラスから継承されたかどうかを示します。 このクラスは継承できません。

public ref class InheritanceAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Event | System.AttributeTargets.Field | System.AttributeTargets.Property)]
public sealed class InheritanceAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Event | System.AttributeTargets.Field | System.AttributeTargets.Property)>]
type InheritanceAttribute = class
    inherit Attribute
Public NotInheritable Class InheritanceAttribute
Inherits Attribute
継承
InheritanceAttribute
属性

注釈

InheritanceAttribute は、メンバーの継承の種類とレベルを表します。

IInheritanceService メソッドがAddInheritedComponentsコンポーネントのコンポーネント フィールドを検索して基底クラスから継承されたフィールドを識別する場合、 メソッドは を使用して各コンポーネントの継承レベルをInheritanceAttribute表します。

コンストラクター

InheritanceAttribute()

InheritanceAttribute クラスの新しいインスタンスを初期化します。

InheritanceAttribute(InheritanceLevel)

継承レベルを指定して、InheritanceAttribute クラスの新しいインスタンスを初期化します。

フィールド

Default

InheritanceAttribute の既定値として NotInherited を指定します。 このフィールドは読み取り専用です。

Inherited

コンポーネントが継承されることを指定します。 このフィールドは読み取り専用です。

InheritedReadOnly

コンポーネントが継承され、読み取り専用であることを指定します。 このフィールドは読み取り専用です。

NotInherited

コンポーネントが継承されないことを指定します。 このフィールドは読み取り専用です。

プロパティ

InheritanceLevel

属性に格納されている現在の継承レベルを取得または設定します。

TypeId

派生クラスで実装されると、この Attribute の一意の識別子を取得します。

(継承元 Attribute)

メソッド

Equals(Object)

オーバーライドして等しいかどうかを確認します。

GetHashCode()

このオブジェクトのハッシュコードを返します。

GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
IsDefaultAttribute()

属性の現在の値が既定値かどうかを示す値を取得します。

Match(Object)

派生クラス内でオーバーライドされたときに、指定したオブジェクトとこのインスタンスが等しいかどうかを示す値を返します。

(継承元 Attribute)
MemberwiseClone()

現在の Object の簡易コピーを作成します。

(継承元 Object)
ToString()

この属性を文字列に変換します。

明示的なインターフェイスの実装

_Attribute.GetIDsOfNames(Guid, IntPtr, UInt32, UInt32, IntPtr)

一連の名前を対応する一連のディスパッチ識別子に割り当てます。

(継承元 Attribute)
_Attribute.GetTypeInfo(UInt32, UInt32, IntPtr)

オブジェクトの型情報を取得します。この情報はインターフェイスの型情報の取得に使用できます。

(継承元 Attribute)
_Attribute.GetTypeInfoCount(UInt32)

オブジェクトが提供する型情報インターフェイスの数 (0 または 1) を取得します。

(継承元 Attribute)
_Attribute.Invoke(UInt32, Guid, UInt32, Int16, IntPtr, IntPtr, IntPtr, IntPtr)

オブジェクトによって公開されたプロパティおよびメソッドへのアクセスを提供します。

(継承元 Attribute)

適用対象

こちらもご覧ください