CommentReply.Status プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
状態では、このプロパティはOffice 2021以降でのみ使用できます。
スキーマ内の次の属性を表します: status
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentStatus>? Status { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "status")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentStatus>? Status { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("status")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentStatus>? Status { get; set; }
member this.Status : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentStatus> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "status")>]
member this.Status : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentStatus> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("status")>]
member this.Status : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentStatus> with get, set
Public Property Status As EnumValue(Of CommentStatus)
プロパティ値
- 属性