PropertyToken 구조체

정의

PropertyToken 구조체는 속성을 나타내기 위해 메타데이터에서 반환된 Token 불투명한 표현입니다.

public value class PropertyToken
[System.Serializable]
public struct PropertyToken
[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public struct PropertyToken
[<System.Serializable>]
type PropertyToken = struct
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type PropertyToken = struct
Public Structure PropertyToken
상속
PropertyToken
특성

필드

Name Description
Empty

값이 0인 PropertyToken 기본값 Token 입니다.

속성

Name Description
Token

이 속성에 대한 메타데이터 토큰을 검색합니다.

메서드

Name Description
Equals(Object)

지정된 개체가 인스턴스이고 이 인스턴스 PropertyToken 와 같은지 확인합니다.

Equals(PropertyToken)

현재 인스턴스가 지정된 PropertyToken인스턴스와 같은지 여부를 나타냅니다.

GetHashCode()

이 속성에 대한 해시 코드를 생성합니다.

연산자

Name Description
Equality(PropertyToken, PropertyToken)

PropertyToken 구조체가 같은지 여부를 나타냅니다.

Inequality(PropertyToken, PropertyToken)

PropertyToken 구조체가 같지 않은지 여부를 나타냅니다.

적용 대상