JournalEntryPosition 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定內容巡覽記錄在目前內容中的位置。 JournalEntryPosition 可由 JournalEntryUnifiedViewConverter 使用。
public enum class JournalEntryPosition
public enum JournalEntryPosition
type JournalEntryPosition =
Public Enum JournalEntryPosition
- 繼承
欄位
Back | 0 | 內容是在向後巡覽記錄中,相對於目前內容。 |
Current | 1 | 內容為目前內容。 |
Forward | 2 | 內容是在目前內容的向前巡覽記錄中。 |