MetadataAttributeAttribute クラス

定義

カスタム属性のプロパティが、同じ型、プロパティ、フィールド、またはメソッドに適用されるエクスポートのメタデータを提供することを指定します。

public ref class MetadataAttributeAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)]
public sealed class MetadataAttributeAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)>]
type MetadataAttributeAttribute = class
    inherit Attribute
Public NotInheritable Class MetadataAttributeAttribute
Inherits Attribute
継承
MetadataAttributeAttribute
属性

コンストラクター

名前 説明
MetadataAttributeAttribute()

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

メソッド

名前 説明
Equals(Object)

このインスタンスが指定したオブジェクトと等しいかどうかを示す値を返します。

(継承元 Attribute)
GetHashCode()

このインスタンスのハッシュ コードを返します。

(継承元 Attribute)
GetType()

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

(継承元 Object)
MemberwiseClone()

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

(継承元 Object)
ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象