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 類別。