CommentAuthor.Id プロパティ

定義

id

スキーマ内の次の属性を表します: id

[DocumentFormat.OpenXml.SchemaAttr(0, "id")]
public DocumentFormat.OpenXml.UInt32Value Id { get; set; }
public DocumentFormat.OpenXml.UInt32Value Id { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "id")]
public DocumentFormat.OpenXml.UInt32Value? Id { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("id")]
public DocumentFormat.OpenXml.UInt32Value? Id { get; set; }
public DocumentFormat.OpenXml.UInt32Value? Id { get; set; }
member this.Id : DocumentFormat.OpenXml.UInt32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "id")>]
member this.Id : DocumentFormat.OpenXml.UInt32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr("id")>]
member this.Id : DocumentFormat.OpenXml.UInt32Value with get, set
Public Property Id As UInt32Value

プロパティ値

UInt32Value を返します。

属性

注釈

ECMA 国際 標準 ECMA-376 の次の情報は、このクラスを操作するときに役立ちます。

この属性は、1 つのコメント作成者を参照する一意の (ドキュメント内の) 0 から始まる識別子を指定します。

作成者 ID を生成する方法は、ドキュメントのコメント作成者のリスト内で一意である場合、アプリケーションによって決定され、シーケンシャルである必要はありません。

この属性に使用できる値は、XML スキーマ unsignedInt データ型によって定義されます。

適用対象