ReservationCollection.ReservationMade(Int64) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在衍生類別中覆寫時,指出已建立保留。
protected:
void ReservationMade(long size);
protected void ReservationMade (long size);
member this.ReservationMade : int64 -> unit
Protected Sub ReservationMade (size As Long)
參數
- size
- Int64
已建立的保留大小。
備註
當您繼承自 ReservationCollection時,必須在對的呼叫外部進行保留時呼叫 Add這個方法。