言語

InheritedAttribute クラス

定義

注釈インターフェイスをサブクラスによって自動的に継承されるようにマークします。

[Android.Runtime.Annotation("java.lang.annotation.Inherited")]
public class InheritedAttribute : Attribute
[<Android.Runtime.Annotation("java.lang.annotation.Inherited")>]
type InheritedAttribute = class
    inherit Attribute
継承
InheritedAttribute
属性

注釈

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

コンストラクター

名前 説明
InheritedAttribute()

注釈インターフェイスをサブクラスによって自動的に継承されるようにマークします。

適用対象