Share via


DeviceOverridableAttribute 생성자

정의

DeviceOverridableAttribute 클래스의 새 인스턴스를 만듭니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

오버로드

DeviceOverridableAttribute()

DeviceOverridableAttribute 클래스의 새 인스턴스를 만듭니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

DeviceOverridableAttribute(Boolean)

DeviceOverridableAttribute 속성의 주어진 값을 사용하여 Overridable 클래스의 새 인스턴스를 만듭니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

DeviceOverridableAttribute()

DeviceOverridableAttribute 클래스의 새 인스턴스를 만듭니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

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

추가 정보

적용 대상

DeviceOverridableAttribute(Boolean)

DeviceOverridableAttribute 속성의 주어진 값을 사용하여 Overridable 클래스의 새 인스턴스를 만듭니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

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에 할당할 값입니다.

추가 정보

적용 대상