FileResponseElement.Offset 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得檔案中來自 FileResponseElement 執行個體的資料開始的位置。
public:
property long Offset { long get(); };
public long Offset { get; }
member this.Offset : int64
Public ReadOnly Property Offset As Long
屬性值
檔案中資料的起始點。
備註
如果完整輸出快取回應包含在單一檔案中,提供者會使用零的位移來初始化 FileResponseElement 類別;如果完整的輸出快取回應只包含在檔案的一部分,提供者會使用輸出快取回應開始的檔案中的位移來初始化 FileResponseElement 類別。