다음을 통해 공유


DeviceElement 생성자

정의

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

오버로드

DeviceElement(String, String)

지정된 식별자와 상속할 디바이스 어댑터 집합을 사용하여 DeviceElement 클래스의 새 인스턴스를 초기화합니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

DeviceElement(String, Type, String, Type)

지정된 식별자와 페이지 어댑터를 사용하여 DeviceElement 클래스의 새 인스턴스를 초기화합니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

DeviceElement(String, String, Type, String, Type)

지정된 식별자, 페이지 어댑터 및 상속할 디바이스 어댑터 집합을 사용하여 DeviceElement 클래스의 새 인스턴스를 초기화합니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

DeviceElement(String, String)

지정된 식별자와 상속할 디바이스 어댑터 집합을 사용하여 DeviceElement 클래스의 새 인스턴스를 초기화합니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

public:
 DeviceElement(System::String ^ name, System::String ^ inheritsFrom);
public DeviceElement (string name, string inheritsFrom);
new System.Web.UI.MobileControls.DeviceElement : string * string -> System.Web.UI.MobileControls.DeviceElement
Public Sub New (name As String, inheritsFrom As String)

매개 변수

name
String

디바이스 어댑터 집합의 고유 식별자입니다.

inheritsFrom
String

이 디바이스 어댑터 집합이 상속하는 디바이스 어댑터 집합입니다.

추가 정보

적용 대상

DeviceElement(String, Type, String, Type)

지정된 식별자와 페이지 어댑터를 사용하여 DeviceElement 클래스의 새 인스턴스를 초기화합니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

public:
 DeviceElement(System::String ^ name, Type ^ predicateClass, System::String ^ predicateMethod, Type ^ pageAdapter);
public DeviceElement (string name, Type predicateClass, string predicateMethod, Type pageAdapter);
new System.Web.UI.MobileControls.DeviceElement : string * Type * string * Type -> System.Web.UI.MobileControls.DeviceElement
Public Sub New (name As String, predicateClass As Type, predicateMethod As String, pageAdapter As Type)

매개 변수

name
String

디바이스 어댑터 집합의 고유 식별자입니다.

predicateClass
Type

predicateMethod에 지정된 메서드가 속한 클래스입니다.

predicateMethod
String

디바이스 어댑터 집합을 적용할 수 있는지 여부를 현재 HttpContext를 통해 검색하는 데 사용되는 메서드입니다.

pageAdapter
Type

디바이스 집합의 페이지 어댑터 클래스를 식별합니다.

추가 정보

적용 대상

DeviceElement(String, String, Type, String, Type)

지정된 식별자, 페이지 어댑터 및 상속할 디바이스 어댑터 집합을 사용하여 DeviceElement 클래스의 새 인스턴스를 초기화합니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

public:
 DeviceElement(System::String ^ name, System::String ^ inheritsFrom, Type ^ predicateClass, System::String ^ predicateMethod, Type ^ pageAdapter);
public DeviceElement (string name, string inheritsFrom, Type predicateClass, string predicateMethod, Type pageAdapter);
new System.Web.UI.MobileControls.DeviceElement : string * string * Type * string * Type -> System.Web.UI.MobileControls.DeviceElement
Public Sub New (name As String, inheritsFrom As String, predicateClass As Type, predicateMethod As String, pageAdapter As Type)

매개 변수

name
String

디바이스 어댑터 집합의 고유 식별자입니다.

inheritsFrom
String

이 디바이스 어댑터 집합이 상속하는 디바이스 어댑터 집합입니다.

predicateClass
Type

predicateMethod에 지정된 메서드가 속한 클래스입니다.

predicateMethod
String

디바이스 어댑터 집합을 적용할 수 있는지 여부를 현재 HttpContext를 통해 검색하는 데 사용되는 메서드입니다.

pageAdapter
Type

디바이스 집합의 페이지 어댑터 클래스를 식별합니다.

추가 정보

적용 대상