DisplayLocation 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
DisplayLocation 列挙型を定義します。
[DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2019)]
public enum DisplayLocation
public enum DisplayLocation
public readonly struct DisplayLocation : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Office2019.Presentation.DisplayLocation>, IEquatable<DocumentFormat.OpenXml.Office2019.Presentation.DisplayLocation>
[<DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2019)>]
type DisplayLocation =
type DisplayLocation =
type DisplayLocation = struct
interface IEnumValue
interface IEnumValueFactory<DisplayLocation>
Public Enum DisplayLocation
Public Structure DisplayLocation
Implements IEnumValue, IEnumValueFactory(Of DisplayLocation), IEquatable(Of DisplayLocation)
- 継承
-
DisplayLocation
- 継承
-
DisplayLocation
- 属性
フィールド
名前 | 値 | 説明 |
---|---|---|
Media | 0 | メディア。 アイテムを xml としてシリアル化されるときに、その値は "media" です。 |
Slide | 1 | 滑る。 項目を xml としてシリアル化されるときに、その値は "スライド" です。 |
DisplayLocation(String) | 新しい DisplayLocation 列挙型インスタンスを作成します |
|
Equality(DisplayLocation, DisplayLocation) | ||
Equals(DisplayLocation) | ||
Equals(Object) | ||
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<DisplayLocation>.Create(String) | ||
Inequality(DisplayLocation, DisplayLocation) | ||
Media | メディア。 アイテムを xml としてシリアル化されるときに、その値は "media" です。 |
|
Slide | 滑る。 項目を xml としてシリアル化されるときに、その値は "スライド" です。 |
|
ToString() |