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 メソッドは、リソースに格納されているリテラル文字列にアクセスするために使用され、コード内から使用することを意図していません。

適用対象

こちらもご覧ください