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