ImportMetadataConstraintAttribute クラス

定義

インポートに特定のメタデータ値が必要であることを指定します。

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

コンストラクター

名前 説明
ImportMetadataConstraintAttribute(String, Object)

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

プロパティ

名前 説明
Name

一致するメタデータ キーを取得します。

Value

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

メソッド

名前 説明
Equals(Object)

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

(継承元 Attribute)
GetHashCode()

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

(継承元 Attribute)
GetType()

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

(継承元 Object)
MemberwiseClone()

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

(継承元 Object)
ToString()

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

(継承元 Object)

適用対象