WmlMobileTextWriter.WmlFormat コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
WmlMobileTextWriter.WmlFormat の新しいインスタンスを初期化します。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「
オーバーロード
| 名前 | 説明 |
|---|---|
| WmlMobileTextWriter.WmlFormat(Style, WmlMobileTextWriter+WmlFormat) |
WmlMobileTextWriter.WmlFormat の新しいインスタンスを初期化します。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「 |
| WmlMobileTextWriter.WmlFormat(Boolean, Boolean, FontSize) |
WmlMobileTextWriter.WmlFormat の新しいインスタンスを初期化します。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「 |
WmlMobileTextWriter.WmlFormat(Style, WmlMobileTextWriter+WmlFormat)
WmlMobileTextWriter.WmlFormat の新しいインスタンスを初期化します。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「
public:
WmlFormat(System::Web::UI::MobileControls::Style ^ style, System::Web::UI::MobileControls::Adapters::WmlMobileTextWriter::WmlFormat ^ currentFormat);
public WmlFormat(System.Web.UI.MobileControls.Style style, System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WmlFormat currentFormat);
new System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WmlFormat : System.Web.UI.MobileControls.Style * System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WmlFormat -> System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WmlFormat
Public Sub New (style As Style, currentFormat As WmlMobileTextWriter.WmlFormat)
パラメーター
- style
- Style
新しいフォーマッタの作成元のスタイル。
- currentFormat
- WmlMobileTextWriter.WmlFormat
新しいフォーマッタの作成元の書式。
注釈
このコンストラクターは、最初に、 BoldItalic と Sizeの値について、指定されたスタイルを検索します。
styleの対応するプロパティのいずれかがNotSetされている場合、このコンストラクターは、currentFormat パラメーターの対応するプロパティを検索します。
こちらもご覧ください
適用対象
WmlMobileTextWriter.WmlFormat(Boolean, Boolean, FontSize)
WmlMobileTextWriter.WmlFormat の新しいインスタンスを初期化します。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「
public:
WmlFormat(bool bold, bool italic, System::Web::UI::MobileControls::FontSize size);
public WmlFormat(bool bold, bool italic, System.Web.UI.MobileControls.FontSize size);
new System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WmlFormat : bool * bool * System.Web.UI.MobileControls.FontSize -> System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WmlFormat
Public Sub New (bold As Boolean, italic As Boolean, size As FontSize)
パラメーター
- bold
- Boolean
true 書式を太字に設定する場合。それ以外の場合は false。
- italic
- Boolean
true 書式を斜体に設定する場合。それ以外の場合は false。
- size
- FontSize
書き込みで使用するフォント サイズ。