次の方法で共有


XhtmlControlAdapter.ConditionalExitFormat メソッド

定義

特定の条件が満たされた場合に、指定スタイルの文字書式が使用されたブロックを終了します。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「ASP.NET を使用した Mobile Apps & サイト」を参照してください。

protected:
 virtual void ConditionalExitFormat(System::Web::UI::MobileControls::Adapters::XhtmlAdapters::XhtmlMobileTextWriter ^ writer, System::Web::UI::MobileControls::Style ^ style);
protected virtual void ConditionalExitFormat (System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter writer, System.Web.UI.MobileControls.Style style);
abstract member ConditionalExitFormat : System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter * System.Web.UI.MobileControls.Style -> unit
override this.ConditionalExitFormat : System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter * System.Web.UI.MobileControls.Style -> unit
Protected Overridable Sub ConditionalExitFormat (writer As XhtmlMobileTextWriter, style As Style)

パラメーター

writer
XhtmlMobileTextWriter

サーバー コントロールの内容をクライアントのブラウザーに表示するために使用する XhtmlMobileTextWriter オブジェクト。

style
Style

Style オブジェクト。

注釈

メソッドは ConditionalExitFormat 、次の条件が満たされた場合に現在のブロックを終了します。

  • 一致する ConditionalEnterFormat メソッド呼び出しの結果、文字書式が適用されました。

  • プロパティは CssLocation 物理ファイルを表しません。

  • ターゲット Device では、カスケード スタイル シート スタイルの抑制は必要ありません。

このメソッドは、主に .NET Framework 内部で使用されます。

適用対象

こちらもご覧ください