Share via


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

데이터 바인딩된 리터럴 문자열을 저장하기 위해 만들 배열의 크기를 정의합니다.

적용 대상