TemplateControl.CreateResourceBasedLiteralControl 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
访问存储在资源中的字符串。 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 用于访问存储在资源中的文本字符串,不适用于代码中的文本字符串。