MobileTextWriter.ExitFormat 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
结束使用指定样式中的字符格式的块。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅
重载
| 名称 | 说明 |
|---|---|
| ExitFormat(Style) |
结束使用指定样式中的字符格式的块。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 |
| ExitFormat(Style, Boolean) |
结束使用指定样式中的字符格式的块。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 |
ExitFormat(Style)
结束使用指定样式中的字符格式的块。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅
public:
virtual void ExitFormat(System::Web::UI::MobileControls::Style ^ style);
public virtual void ExitFormat(System.Web.UI.MobileControls.Style style);
abstract member ExitFormat : System.Web.UI.MobileControls.Style -> unit
override this.ExitFormat : System.Web.UI.MobileControls.Style -> unit
Public Overridable Sub ExitFormat (style As Style)
参数
- style
- Style
用于设置字符格式的指定样式。
另请参阅
适用于
ExitFormat(Style, Boolean)
结束使用指定样式中的字符格式的块。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅
public:
virtual void ExitFormat(System::Web::UI::MobileControls::Style ^ style, bool breakAfter);
public virtual void ExitFormat(System.Web.UI.MobileControls.Style style, bool breakAfter);
abstract member ExitFormat : System.Web.UI.MobileControls.Style * bool -> unit
override this.ExitFormat : System.Web.UI.MobileControls.Style * bool -> unit
Public Overridable Sub ExitFormat (style As Style, breakAfter As Boolean)
参数
- style
- Style
用于设置字符格式的指定样式。
- breakAfter
- Boolean
true如果是breakAfter,则会在结束样式元素之后添加一个分隔符。 方法的第一种形式假定 breakAfter 为 true.