DeviceElement.PredicateMethod 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定透過目前 HttpContext 實例偵測裝置適配器設定是否適用的方法。 這個 API 已經過時了。 有關如何開發 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 偵測裝置適配器組是否適用的方法。
- 屬性