PartMetadataAttribute 클래스

정의

파트에 대한 메타데이터를 지정합니다.

public ref class PartMetadataAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=false)]
public class PartMetadataAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=false)>]
type PartMetadataAttribute = class
    inherit Attribute
Public Class PartMetadataAttribute
Inherits Attribute
상속
PartMetadataAttribute
파생
특성

생성자

Name Description
PartMetadataAttribute(String, Object)

지정된 이름 및 메타데이터 값을 사용하여 클래스의 PartMetadataAttribute 새 인스턴스를 초기화합니다.

속성

Name Description
Name

메타데이터 값의 이름을 가져옵니다.

Value

메타데이터 값을 가져옵니다.

메서드

Name Description
Equals(Object)

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

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

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

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

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

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

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

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

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

(다음에서 상속됨 Object)

적용 대상