次の方法で共有


Comment.Tags プロパティ

定義

タグでは、このプロパティは Office 2021 以降でのみ使用できます。

スキーマ内の次の属性を表します。 タグ

public DocumentFormat.OpenXml.ListValue<DocumentFormat.OpenXml.StringValue>? Tags { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "tags")]
public DocumentFormat.OpenXml.ListValue<DocumentFormat.OpenXml.StringValue>? Tags { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("tags")]
public DocumentFormat.OpenXml.ListValue<DocumentFormat.OpenXml.StringValue>? Tags { get; set; }
member this.Tags : DocumentFormat.OpenXml.ListValue<DocumentFormat.OpenXml.StringValue> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "tags")>]
member this.Tags : DocumentFormat.OpenXml.ListValue<DocumentFormat.OpenXml.StringValue> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("tags")>]
member this.Tags : DocumentFormat.OpenXml.ListValue<DocumentFormat.OpenXml.StringValue> with get, set
Public Property Tags As ListValue(Of StringValue)

プロパティ値

属性

適用対象