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

表示资源中字符串的 LiteralControl

注解

该方法 CreateResourceBasedLiteralControl 用于访问存储在资源中的文本字符串,不适用于代码中的文本字符串。

适用于

另请参阅