Share via


DeviceOverridableAttribute コンストラクター

定義

DeviceOverridableAttribute クラスの新しいインスタンスを作成します。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「mobile Apps & Sites with ASP.NET」を参照してください。

オーバーロード

DeviceOverridableAttribute()

DeviceOverridableAttribute クラスの新しいインスタンスを作成します。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「mobile Apps & Sites with ASP.NET」を参照してください。

DeviceOverridableAttribute(Boolean)

DeviceOverridableAttribute プロパティに指定された値で、Overridable クラスの新しいインスタンスを作成します。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「mobile Apps & Sites with ASP.NET」を参照してください。

DeviceOverridableAttribute()

DeviceOverridableAttribute クラスの新しいインスタンスを作成します。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「mobile Apps & Sites with ASP.NET」を参照してください。

public:
 DeviceOverridableAttribute();
public DeviceOverridableAttribute ();
Public Sub New ()

こちらもご覧ください

適用対象

DeviceOverridableAttribute(Boolean)

DeviceOverridableAttribute プロパティに指定された値で、Overridable クラスの新しいインスタンスを作成します。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「mobile Apps & Sites with ASP.NET」を参照してください。

public:
 DeviceOverridableAttribute(bool overridable);
public DeviceOverridableAttribute (bool overridable);
new System.Web.UI.MobileControls.DeviceOverridableAttribute : bool -> System.Web.UI.MobileControls.DeviceOverridableAttribute
Public Sub New (overridable As Boolean)

パラメーター

overridable
Boolean

Overridable に代入する値。

こちらもご覧ください

適用対象