HyperLinkField.InitializeCell 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 HyperLinkField 物件中的儲存格。
public:
override void InitializeCell(System::Web::UI::WebControls::DataControlFieldCell ^ cell, System::Web::UI::WebControls::DataControlCellType cellType, System::Web::UI::WebControls::DataControlRowState rowState, int rowIndex);
public override void InitializeCell (System.Web.UI.WebControls.DataControlFieldCell cell, System.Web.UI.WebControls.DataControlCellType cellType, System.Web.UI.WebControls.DataControlRowState rowState, int rowIndex);
override this.InitializeCell : System.Web.UI.WebControls.DataControlFieldCell * System.Web.UI.WebControls.DataControlCellType * System.Web.UI.WebControls.DataControlRowState * int -> unit
Public Overrides Sub InitializeCell (cell As DataControlFieldCell, cellType As DataControlCellType, rowState As DataControlRowState, rowIndex As Integer)
參數
- cell
- DataControlFieldCell
DataControlFieldCell,其中包含 HyperLinkField 的文字或控制項。
- cellType
- DataControlCellType
其中一個 DataControlCellType 值。
- rowState
- DataControlRowState
其中一個 DataControlRowState 值,指定包含 HyperLinkField 之資料列的狀態。
- rowIndex
- Int32
資料表中資料列的索引。
備註
方法 InitializeCell 是由包含 物件的資料繫結控制項 HyperLinkField 呼叫,以使用連結的文字和 URL 初始化 HyperLink 控制項。