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
특성

생성자

Name Description
ImportMetadataConstraintAttribute(String, Object)

ImportMetadataConstraintAttribute 클래스의 새 인스턴스를 초기화합니다.

속성

Name Description
Name

일치시킬 메타데이터 키를 가져옵니다.

Value

일치시킬 메타데이터 값을 가져옵니다.

메서드

Name Description
Equals(Object)

이 인스턴스가 지정된 개체와 같은지 여부를 나타내는 값을 반환합니다.

(다음에서 상속됨 Attribute)
GetHashCode()

이 인스턴스의 해시 코드를 반환합니다.

(다음에서 상속됨 Attribute)
GetType()

현재 인스턴스의 Type 가져옵니다.

(다음에서 상속됨 Object)
MemberwiseClone()

현재 Object단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
ToString()

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)

적용 대상