MobileControl.IsTemplated プロパティ

定義

MobileControl オブジェクトにアクティブ テンプレート セットがあるかどうかを示す値を取得します。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「ASP.NET を使用した Mobile Apps & サイト」を参照してください。

public:
 virtual property bool IsTemplated { bool get(); };
[System.ComponentModel.Bindable(false)]
[System.ComponentModel.Browsable(false)]
public virtual bool IsTemplated { get; }
[<System.ComponentModel.Bindable(false)>]
[<System.ComponentModel.Browsable(false)>]
member this.IsTemplated : bool
Public Overridable ReadOnly Property IsTemplated As Boolean

プロパティ値

コントロールにアクティブ テンプレート セットがある場合は true。それ以外の場合は false

属性

注釈

テンプレート化されていると見なすには、オブジェクトに<、ターゲット デバイスに対して Choice 要素が正常に評価された DeviceSpecific> 要素が必要です。<> 選択した選択肢には、テンプレートが定義されている必要があります。

適用対象

こちらもご覧ください