MultipartSection.BaseStreamOffset 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
主體在總計多部分主體中開始的位置。 如果無法搜尋多部分主體總數,可能無法使用。
public:
property Nullable<long> BaseStreamOffset { Nullable<long> get(); void set(Nullable<long> value); };
public long? BaseStreamOffset { get; set; }
member this.BaseStreamOffset : Nullable<int64> with get, set
Public Property BaseStreamOffset As Nullable(Of Long)