다음을 통해 공유


DeviceElement.PageAdapter 속성

정의

이 디바이스 어댑터 집합에 대한 페이지 어댑터 클래스의 형식을 가져옵니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

public:
 property Type ^ PageAdapter { Type ^ get(); void set(Type ^ value); };
[System.ComponentModel.TypeConverter(typeof(System.Web.UI.MobileControls.MobileTypeNameConverter))]
[System.Configuration.ConfigurationProperty("pageAdapter")]
[System.Configuration.SubclassTypeValidator(typeof(System.Web.UI.MobileControls.IPageAdapter))]
public Type PageAdapter { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.Web.UI.MobileControls.MobileTypeNameConverter))>]
[<System.Configuration.ConfigurationProperty("pageAdapter")>]
[<System.Configuration.SubclassTypeValidator(typeof(System.Web.UI.MobileControls.IPageAdapter))>]
member this.PageAdapter : Type with get, set
Public Property PageAdapter As Type

속성 값

이 디바이스 어댑터 집합에 대한 페이지 어댑터 클래스의 형식입니다.

특성

적용 대상

추가 정보