MultiPage<T>.SetupContent(T, Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在衍生類別中覆寫時,執行 content 的初始化。
protected virtual void SetupContent(T content, int index);
abstract member SetupContent : 'T * int -> unit
override this.SetupContent : 'T * int -> unit
參數
- content
- T
要設定的內容。
- index
- System.Int32
內容索引。