DataBoundLiteralControl(Int32, Int32) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 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
為了儲存資料繫結常值字串,定義要建立之陣列的大小。