DeviceElement.PredicateClass プロパティ

定義

デバイス アダプター セットが適用可能かどうかを検出するために使用するメソッドを含むクラスを取得または設定します。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。ASP.NET

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 パラメーターで指定されたメソッドが属するクラス。

属性

適用対象

こちらもご覧ください