MobileTextWriter.EnterLayout(Style) 方法
定义
通过使用给定样式中的格式设置来开始一个块。Begins a block by using the 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:
virtual void EnterLayout(System::Web::UI::MobileControls::Style ^ style);
public virtual void EnterLayout (System.Web.UI.MobileControls.Style style);
abstract member EnterLayout : System.Web.UI.MobileControls.Style -> unit
override this.EnterLayout : System.Web.UI.MobileControls.Style -> unit
Public Overridable Sub EnterLayout (style As Style)
参数
- style
- Style
样式引用。The style reference.
注解
EnterLayout和 ExitLayout 方法允许设备适配器发出标记,以便使用给定样式中的格式设置开始和结束块。The EnterLayout and ExitLayout methods allow a device adapter to emit markup, in order to begin and end a block using the formatting from a given style.