ExportMetadataAttribute クラス

定義

ExportAttribute 属性でマークされている型、プロパティ、フィールド、またはメソッドのメタデータを指定します。

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

コンストラクター

名前 説明
ExportMetadataAttribute(String, Object)

指定した名前とメタデータ値を使用して、 ExportMetadataAttribute クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
Name

メタデータ値の名前を取得します。

Value

メタデータ値を取得します。

メソッド

名前 説明
Equals(Object)

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

(継承元 Attribute)
GetHashCode()

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

(継承元 Attribute)
GetType()

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

(継承元 Object)
MemberwiseClone()

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

(継承元 Object)
ToString()

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

(継承元 Object)

適用対象