共用方式為


ILogViewRead<TView,TLogEntry> 介面

定義

用於讀取記錄檢視的介面。

public interface ILogViewRead<TView,TLogEntry>
type ILogViewRead<'View, 'LogEntry> = interface
Public Interface ILogViewRead(Of TView, TLogEntry)

類型參數

TView

檢視 () 狀態的檢視類型。

TLogEntry

記錄專案的類型。

衍生

屬性

ConfirmedVersion

記錄檔已確認前置詞的長度

ConfirmedView

已確認的記錄檢視 (只反映已確認的專案)

TentativeView

記錄的本機暫訂檢視 (反映已確認和未確認的專案)

UnconfirmedSuffix

尚未出現在已確認前置詞中之提交的專案清單。

方法

RetrieveLogSegment(Int32, Int32)

嘗試從儲存體擷取記錄區段。 NotSupportedException如果無法讀取記錄,則擲回 ,這取決於使用的提供者及其設定方式。

適用於