JournalEntryPosition 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.
Specifies the position in navigation history of a piece of content with respect to current content. JournalEntryPosition is used by JournalEntryUnifiedViewConverter.
public enum class JournalEntryPosition
public enum JournalEntryPosition
type JournalEntryPosition =
Public Enum JournalEntryPosition
- Inheritance
Fields
Name | Value | Description |
---|---|---|
Back | 0 | Content is in back navigation history relative to current content. |
Current | 1 | Content is the current content. |
Forward | 2 | Content is in forward navigation history with respect to current content. |
Applies to
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.