次の方法で共有


IdAttribute クラス

定義

メンバーの一意の 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の値を持つ 1 つのIdAttribute属性が適用されている必要があります。

コンストラクター

IdAttribute(UInt32)

IdAttribute クラスの新しいインスタンスを初期化します。

プロパティ

Id

識別子を取得します。

適用対象

こちらもご覧ください