Style.IsTemplated 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,指出 Style 物件是否有現用的樣板集。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites。
public:
property bool IsTemplated { bool get(); };
[System.ComponentModel.Browsable(false)]
public bool IsTemplated { get; }
[<System.ComponentModel.Browsable(false)>]
member this.IsTemplated : bool
Public ReadOnly Property IsTemplated As Boolean
屬性值
如果樣式有現用的樣板集,則為 true
,否則為 false
。
- 屬性
備註
若要視為樣板化,對象必須有 <DeviceSpecific> 元素,且 <Choice>
已成功評估目標裝置的專案。 選取的選項必須已定義範本。