HtmlControlAdapter.NotSecondaryUI 欄位

定義

回傳一個常數,定義一種模式,該模式中不會顯示次要使用者介面(UI)。 此欄位是唯讀的。 這個 API 已經過時了。 有關如何開發 ASP.NET 行動應用程式的資訊,請參閱 Mobile Apps &ASP.NET 的網站。

protected: static initonly int NotSecondaryUI;
protected static readonly int NotSecondaryUI;
 staticval mutable NotSecondaryUI : int
Protected Shared ReadOnly NotSecondaryUI As Integer 

欄位值

備註

HTML 與 WML 適配器支援一個稱為 次要使用者介面(secondary UI)的概念。 次要使用者介面用於需要顯示額外介面畫面的控制項,就像基於 Windows 的應用程式顯示對話框一樣。 欲了解更多次要使用者介面的資訊,請參閱 Adapter Sets Functionality 文件。

適用於

另請參閱