DeviceElement.PredicateMethod プロパティ

定義

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

public:
 property System::String ^ PredicateMethod { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("predicateMethod")]
[System.Configuration.StringValidator(MinLength=1)]
public string PredicateMethod { get; set; }
[<System.Configuration.ConfigurationProperty("predicateMethod")>]
[<System.Configuration.StringValidator(MinLength=1)>]
member this.PredicateMethod : string with get, set
Public Property PredicateMethod As String

プロパティ値

デバイス アダプター セットが適用可能かどうかを現在の HttpContext で検出するために使用されるメソッド。

属性

適用対象

こちらもご覧ください