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の値を持つ 1 つのIdAttribute属性が適用されている必要があります。
コンストラクター
IdAttribute(UInt32) |
IdAttribute クラスの新しいインスタンスを初期化します。 |
プロパティ
Id |
識別子を取得します。 |