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

생성자

Name Description
MetadataAttributeAttribute()

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

메서드

Name Description
Equals(Object)

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

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

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

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

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

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

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

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

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

(다음에서 상속됨 Object)

적용 대상