Share via


DeviceElement.PredicateMethod プロパティ

定義

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

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 を通じて検出するために使用するメソッド。

属性

適用対象

こちらもご覧ください