XhtmlMobileTextWriter(TextWriter, MobileCapabilities) コンストラクター

定義

writer パラメーターをベース ライター オブジェクトとして使用して、指定されたデバイスのChtmlMobileTextWriter クラスの新しいインスタンスを初期化します。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。ASP.NET

public:
 XhtmlMobileTextWriter(System::IO::TextWriter ^ writer, System::Web::Mobile::MobileCapabilities ^ device);
public XhtmlMobileTextWriter(System.IO.TextWriter writer, System.Web.Mobile.MobileCapabilities device);
new System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter : System.IO.TextWriter * System.Web.Mobile.MobileCapabilities -> System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter
Public Sub New (writer As TextWriter, device As MobileCapabilities)

パラメーター

writer
TextWriter

基本ライター オブジェクト。通常は HtmlTextWriter オブジェクトです。

device
MobileCapabilities

ターゲット デバイスの機能情報 MobileCapabilities 提供するクラスのオブジェクト。

注釈

テキスト ライターは、特定のターゲット デバイスの対応するページ アダプターによってインスタンス化され、ページ 上の各コントロールのページ アダプターとアダプターによって使用されます。

このクラスは、主にカスタム モバイル ページおよびコントロール アダプターの開発者によって使用されます。

適用対象

こちらもご覧ください