共用方式為


SupportingPropertyBagValueType Enum

Definition

Defines the SupportingPropertyBagValueType enumeration.

[DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2019)]
public enum SupportingPropertyBagValueType
public enum SupportingPropertyBagValueType
public readonly struct SupportingPropertyBagValueType : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValueType>, IEquatable<DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValueType>
[<DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2019)>]
type SupportingPropertyBagValueType = 
type SupportingPropertyBagValueType = 
type SupportingPropertyBagValueType = struct
    interface IEnumValue
    interface IEnumValueFactory<SupportingPropertyBagValueType>
Public Enum SupportingPropertyBagValueType
Public Structure SupportingPropertyBagValueType
Implements IEnumValue, IEnumValueFactory(Of SupportingPropertyBagValueType), IEquatable(Of SupportingPropertyBagValueType)
Inheritance
SupportingPropertyBagValueType
Inheritance
SupportingPropertyBagValueType
Attributes

Fields

SupportingPropertyBagValueType(String)

Creates a new SupportingPropertyBagValueType enum instance

B 2

b.

When the item is serialized out as xml, its value is "b".

B

b.

When the item is serialized out as xml, its value is "b".

D 0

d.

When the item is serialized out as xml, its value is "d".

D

d.

When the item is serialized out as xml, its value is "d".

Equals(Object)
Equals(SupportingPropertyBagValueType)
GetHashCode()
I 1

i.

When the item is serialized out as xml, its value is "i".

I

i.

When the item is serialized out as xml, its value is "i".

Equality(SupportingPropertyBagValueType, SupportingPropertyBagValueType)
Inequality(SupportingPropertyBagValueType, SupportingPropertyBagValueType)
S 3

s.

When the item is serialized out as xml, its value is "s".

S

s.

When the item is serialized out as xml, its value is "s".

Spb 4

spb.

When the item is serialized out as xml, its value is "spb".

Spb

spb.

When the item is serialized out as xml, its value is "spb".

Spba

spba.

When the item is serialized out as xml, its value is "spba".

Spba 5

spba.

When the item is serialized out as xml, its value is "spba".

ToString()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<SupportingPropertyBagValueType>.Create(String)

Applies to