MobileTextWriter.EnterLayout(Style) 方法

定义

使用给定样式中的格式设置开始块。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 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

样式引用。

注解

EnterLayoutExitLayout方法允许设备适配器发出标记,以便使用给定样式的格式来开始和结束块。

适用于

另请参阅