次の方法で共有


TemplateControl.WriteUTF8ResourceString メソッド

このメソッドは,.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

リソース文字列を HtmlTextWriter コントロールに書き込みます。WriteUTF8ResourceString メソッドは生成されたクラスによって使用され、コードから使用するためのものではありません。

名前空間: System.Web.UI
アセンブリ: System.Web (system.web.dll 内)

構文

'宣言
Protected Sub WriteUTF8ResourceString ( _
    output As HtmlTextWriter, _
    offset As Integer, _
    size As Integer, _
    fAsciiOnly As Boolean _
)
'使用
Dim output As HtmlTextWriter
Dim offset As Integer
Dim size As Integer
Dim fAsciiOnly As Boolean

Me.WriteUTF8ResourceString(output, offset, size, fAsciiOnly)
protected void WriteUTF8ResourceString (
    HtmlTextWriter output,
    int offset,
    int size,
    bool fAsciiOnly
)
protected:
void WriteUTF8ResourceString (
    HtmlTextWriter^ output, 
    int offset, 
    int size, 
    bool fAsciiOnly
)
protected void WriteUTF8ResourceString (
    HtmlTextWriter output, 
    int offset, 
    int size, 
    boolean fAsciiOnly
)
protected function WriteUTF8ResourceString (
    output : HtmlTextWriter, 
    offset : int, 
    size : int, 
    fAsciiOnly : boolean
)
適用できません。

パラメータ

  • output
    書き込み先のコントロール。
  • offset
    value 内の開始位置。
  • size
    使用する value 内の文字数。
  • fAsciiOnly
    再エンコーディングを省略する場合は true。それ以外の場合は false

例外

例外の種類 条件

ArgumentOutOfRangeException

無効なデータにアクセスしています。offset または size がゼロ以下です。

または

offset と size の合計値が、リソース サイズより大きい値です。

プラットフォーム

Windows 98,Windows Server 2000 SP4,Windows CE,Windows Millennium Edition,Windows Mobile for Pocket PC,Windows Mobile for Smartphone,Windows Server 2003,Windows XP Media Center Edition,Windows XP Professional x64 Edition,Windows XP SP2,Windows XP Starter Edition

Microsoft .NET Framework 3.0 は Windows Vista,Microsoft Windows XP SP2,および Windows Server 2003 SP1 でサポートされています。

バージョン情報

.NET Framework

サポート対象 : 3.0,2.0,1.1,1.0

参照

関連項目

TemplateControl クラス
TemplateControl メンバ
System.Web.UI 名前空間