IdAttribute 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定成員的唯一身分識別。
[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 |
取得識別碼。 |