HtmlControlAdapter.NotSecondaryUI 字段

定义

返回一个常数,该常数定义不显示辅助用户界面 (UI) 的模式。Returns a constant that defines a mode where no secondary user interface (UI) is displayed. 此字段为只读。This field is read-only. 此 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: static initonly int NotSecondaryUI;
protected static readonly int NotSecondaryUI;
 staticval mutable NotSecondaryUI : int
Protected Shared ReadOnly NotSecondaryUI As Integer 

字段值

Int32

注解

HTML 和 WML 适配器集支持称为 " 辅助 UI" 的概念。The HTML and WML adapter sets support a concept called secondary UI. 辅助 UI 由需要显示 UI 的其他屏幕的控件使用,其方式与基于 Windows 的应用程序显示对话框的方式相同。Secondary UI is used by controls that need to show additional screens of UI, in the same way that a Windows-based application shows dialog boxes. 有关辅助用户界面的详细信息,请参阅 适配器集功能 文档。For more information about secondary user interfaces, see the Adapter Sets Functionality documentation.

适用于

另请参阅