IdAttribute 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
멤버의 고유 ID를 지정합니다.
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Enum | System.AttributeTargets.Field | System.AttributeTargets.Method | System.AttributeTargets.Property | System.AttributeTargets.Struct)]
public sealed class IdAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Enum | System.AttributeTargets.Field | System.AttributeTargets.Method | System.AttributeTargets.Property | System.AttributeTargets.Struct)>]
type IdAttribute = class
inherit Attribute
Public NotInheritable Class IdAttribute
Inherits Attribute
- 상속
-
IdAttribute
- 특성
설명
적용된 형식의 모든 직렬화 가능 멤버에는 GenerateSerializerAttribute 고유한 Id 값으로 하나의 IdAttribute 특성이 적용되어야 합니다.
생성자
IdAttribute(UInt32) |
IdAttribute 클래스의 새 인스턴스를 초기화합니다. |
속성
Id |
식별자를 가져옵니다. |