CommentStatus Enumeration
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Definiert die CommentStatus-Enumeration.
[DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2021)]
public enum CommentStatus
public enum CommentStatus
public readonly struct CommentStatus : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentStatus>, IEquatable<DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentStatus>
[<DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2021)>]
type CommentStatus =
type CommentStatus =
type CommentStatus = struct
interface IEnumValue
interface IEnumValueFactory<CommentStatus>
Public Enum CommentStatus
Public Structure CommentStatus
Implements IEnumValue, IEnumValueFactory(Of CommentStatus), IEquatable(Of CommentStatus)
- Vererbung
-
CommentStatus
- Vererbung
-
CommentStatus
- Attribute
Felder
Name | Wert | Beschreibung |
---|---|---|
Active | 0 | aktiv. Wenn das Element als xml serialisiert wird, ist sein Wert "active". |
Resolved | 1 | entschlossen. Wenn das Element als xml serialisiert wird, wird sein Wert "aufgelöst". |
Closed | 2 | geschlossen. Wenn das Element als XML serialisiert wird, ist sein Wert "closed". |
Active | aktiv. Wenn das Element als xml serialisiert wird, ist sein Wert "active". |
|
Closed | geschlossen. Wenn das Element als XML serialisiert wird, ist sein Wert "closed". |
|
CommentStatus(String) | Erstellt eine neue CommentStatus-Enumeration instance |
|
Equality(CommentStatus, CommentStatus) | ||
Equals(CommentStatus) | ||
Equals(Object) | ||
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<CommentStatus>.Create(String) | ||
Inequality(CommentStatus, CommentStatus) | ||
Resolved | entschlossen. Wenn das Element als xml serialisiert wird, wird sein Wert "aufgelöst". |
|
ToString() |