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