GalleryShowInRibbonValues Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the GalleryShowInRibbonValues enumeration.
public enum GalleryShowInRibbonValues
[DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2010)]
public enum GalleryShowInRibbonValues
public readonly struct GalleryShowInRibbonValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Office2010.CustomUI.GalleryShowInRibbonValues>, IEquatable<DocumentFormat.OpenXml.Office2010.CustomUI.GalleryShowInRibbonValues>
type GalleryShowInRibbonValues =
[<DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2010)>]
type GalleryShowInRibbonValues =
type GalleryShowInRibbonValues = struct
interface IEnumValue
interface IEnumValueFactory<GalleryShowInRibbonValues>
Public Enum GalleryShowInRibbonValues
Public Structure GalleryShowInRibbonValues
Implements IEnumValue, IEnumValueFactory(Of GalleryShowInRibbonValues), IEquatable(Of GalleryShowInRibbonValues)
- Inheritance
-
GalleryShowInRibbonValues
- Inheritance
-
GalleryShowInRibbonValues
- Attributes
Fields
Name | Value | Description |
---|---|---|
False | 0 | false. When the item is serialized out as xml, its value is "false". |
Zero | 1 | When the item is serialized out as xml, its value is "0". |
Equality(GalleryShowInRibbonValues, GalleryShowInRibbonValues) | ||
Equals(GalleryShowInRibbonValues) | ||
Equals(Object) | ||
False | false. When the item is serialized out as xml, its value is "false". |
|
GalleryShowInRibbonValues(String) | Creates a new GalleryShowInRibbonValues enum instance |
|
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<GalleryShowInRibbonValues>.Create(String) | ||
Inequality(GalleryShowInRibbonValues, GalleryShowInRibbonValues) | ||
ToString() | ||
Zero | When the item is serialized out as xml, its value is "0". |