Share via


DeviceSpecificChoice.Templates プロパティ

定義

Choice 要素で定義されているテンプレートを<取得します。> この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「mobile Apps & Sites with ASP.NET」を参照してください。

public:
 property System::Collections::IDictionary ^ Templates { System::Collections::IDictionary ^ get(); };
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)]
public System.Collections.IDictionary Templates { get; }
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)>]
member this.Templates : System.Collections.IDictionary
Public ReadOnly Property Templates As IDictionary

プロパティ値

<Choice> 要素に定義されている IDictionary オブジェクトを格納している ITemplate インスタンス。

属性

適用対象

こちらもご覧ください