DeviceOverridableAttribute コンストラクター

定義

DeviceOverridableAttribute クラスの新しいインスタンスを作成します。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。ASP.NET

オーバーロード

名前 説明
DeviceOverridableAttribute()

DeviceOverridableAttribute クラスの新しいインスタンスを作成します。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。ASP.NET

DeviceOverridableAttribute(Boolean)

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

DeviceOverridableAttribute()

DeviceOverridableAttribute クラスの新しいインスタンスを作成します。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。ASP.NET

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

こちらもご覧ください

適用対象

DeviceOverridableAttribute(Boolean)

Overridable プロパティの指定された値を使用して、DeviceOverridableAttribute クラスの新しいインスタンスを作成します。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。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に割り当てる値。

こちらもご覧ください

適用対象