다음을 통해 공유


DeviceElement.PredicateClass 속성

정의

디바이스 어댑터 집합을 적용할 수 있는지 여부를 검색하는 데 사용되는 메서드를 포함하는 클래스를 가져오거나 설정합니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

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

속성 값

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

특성

적용 대상

추가 정보