MobileTextWriter.ExitStyle(Style) 方法
定义
结束一个一直在使用给定样式中的布局和字符格式设置的块。Ends a block that has been using the layout and character formatting from a given style. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.
public:
void ExitStyle(System::Web::UI::MobileControls::Style ^ style);
public void ExitStyle (System.Web.UI.MobileControls.Style style);
member this.ExitStyle : System.Web.UI.MobileControls.Style -> unit
override this.ExitStyle : System.Web.UI.MobileControls.Style -> unit
Public Sub ExitStyle (style As Style)
参数
- style
- Style
样式引用。The style reference.
注解
的此重载 ExitStyle 在结束样式元素的后面添加一个分行符。This overload of ExitStyle adds a break after the closing style element.