WmlMobileTextWriter.DefaultLayout 属性

定义

返回设备所使用的默认布局。Returns the default layout used by the device. 此 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.

protected:
 virtual property System::Web::UI::MobileControls::Adapters::WmlMobileTextWriter::WmlLayout ^ DefaultLayout { System::Web::UI::MobileControls::Adapters::WmlMobileTextWriter::WmlLayout ^ get(); };
protected virtual System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WmlLayout DefaultLayout { get; }
member this.DefaultLayout : System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WmlLayout
Protected Overridable ReadOnly Property DefaultLayout As WmlMobileTextWriter.WmlLayout

属性值

WmlMobileTextWriter.WmlLayout

设备所使用的默认布局。The default layout used by the device.

注解

由编写器在内部调用,并可通过继承类进行重写。Called internally by the writer, and can be overridden by inheriting classes.

适用于