共用方式為


CommentReply.Status Property

Definition

status, this property is only available in Office 2021 and later.

Represents the following attribute in the schema: 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)

Property Value

Attributes

Applies to