DeviceElement 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.
將特定配接器對應至指定裝置的特定行動控制項。 此類別無法獲得繼承。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET。
public ref class DeviceElement sealed : System::Configuration::ConfigurationElement
public sealed class DeviceElement : System.Configuration.ConfigurationElement
[System.Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")]
public sealed class DeviceElement : System.Configuration.ConfigurationElement
type DeviceElement = class
inherit ConfigurationElement
[<System.Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")>]
type DeviceElement = class
inherit ConfigurationElement
Public NotInheritable Class DeviceElement
Inherits ConfigurationElement
- 繼承
- 屬性
備註
這個類別代表 device
XML 組態檔中的專案。
建構函式
DeviceElement(String, String) |
已淘汰.
使用要從其繼承的指定識別項和裝置配接器集,初始化 DeviceElement 類別的新執行個體。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET。 |
DeviceElement(String, String, Type, String, Type) |
已淘汰.
使用要從其繼承的指定識別項、頁面配置器和裝置配接器集,初始化 DeviceElement 類別的新執行個體。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET。 |
DeviceElement(String, Type, String, Type) |
已淘汰.
使用指定的識別項和頁面配接器,初始化 DeviceElement 類別的新執行個體。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET。 |