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

適用対象

こちらもご覧ください