TemplateControl.CreateResourceBasedLiteralControl 메서드

정의

리소스에 저장된 리터럴 문자열에 액세스합니다. 이 CreateResourceBasedLiteralControl(Int32, Int32, Boolean) 메서드는 코드 내에서 사용하기 위한 것이 아닙니다.

protected:
 System::Web::UI::LiteralControl ^ CreateResourceBasedLiteralControl(int offset, int size, bool fAsciiOnly);
protected System.Web.UI.LiteralControl CreateResourceBasedLiteralControl(int offset, int size, bool fAsciiOnly);
member this.CreateResourceBasedLiteralControl : int * int * bool -> System.Web.UI.LiteralControl
Protected Function CreateResourceBasedLiteralControl (offset As Integer, size As Integer, fAsciiOnly As Boolean) As LiteralControl

매개 변수

offset
Int32

리소스에서 문자열 시작의 오프셋입니다.

size
Int32

문자열의 크기(바이트)입니다.

fAsciiOnly
Boolean

리소스의 문자열에 7비트 ASCII 문자만 포함되는지 여부를 나타내는 부울 값입니다.

반품

LiteralControl 리소스의 리터럴 문자열을 나타내는 값입니다.

설명

CreateResourceBasedLiteralControl 메서드는 리소스에 저장되고 코드 내에서 사용할 수 없는 리터럴 문자열에 액세스하는 데 사용됩니다.

적용 대상

추가 정보