共用方式為


DataBoundLiteralControl(Int32, Int32) 建構函式

定義

初始化 DataBoundLiteralControl 類別的新執行個體。

public:
 DataBoundLiteralControl(int staticLiteralsCount, int dataBoundLiteralCount);
public DataBoundLiteralControl (int staticLiteralsCount, int dataBoundLiteralCount);
new System.Web.UI.DataBoundLiteralControl : int * int -> System.Web.UI.DataBoundLiteralControl
Public Sub New (staticLiteralsCount As Integer, dataBoundLiteralCount As Integer)

參數

staticLiteralsCount
Int32

為了儲存靜態常值字串,定義要建立之陣列的大小。

dataBoundLiteralCount
Int32

為了儲存資料繫結常值字串,定義要建立之陣列的大小。

適用於