Page.CreateHtmlTextWriterFromType(TextWriter, Type) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ページの内容を表示するために指定された HtmlTextWriter オブジェクトを作成します。
public:
static System::Web::UI::HtmlTextWriter ^ CreateHtmlTextWriterFromType(System::IO::TextWriter ^ tw, Type ^ writerType);
public static System.Web.UI.HtmlTextWriter CreateHtmlTextWriterFromType (System.IO.TextWriter tw, Type writerType);
static member CreateHtmlTextWriterFromType : System.IO.TextWriter * Type -> System.Web.UI.HtmlTextWriter
Public Shared Function CreateHtmlTextWriterFromType (tw As TextWriter, writerType As Type) As HtmlTextWriter
パラメーター
- tw
- TextWriter
TextWriter を作成するために使用する HtmlTextWriter。
- writerType
- Type
作成するテキスト ライターの型。
戻り値
ページの内容を表示する HtmlTextWriter。
例外
writerType
プロパティが無効な型に設定されています。
注釈
このメソッドは、ページ アダプターで内部的に使用されます。