Sdílet prostřednictvím


DataBoundLiteralControl(Int32, Int32) Konstruktor

Definice

Inicializuje novou instanci DataBoundLiteralControl třídy .

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)

Parametry

staticLiteralsCount
Int32

Definuje velikost pole, které se má vytvořit pro ukládání statických literálových řetězců.

dataBoundLiteralCount
Int32

Definuje velikost pole, které se má vytvořit pro ukládání literálových řetězců vázaných na data.

Platí pro