DeviceSpecificChoice.Templates プロパティ

定義

<Choice> 要素で定義されているテンプレートを取得します。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。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

プロパティ値

IDictionary要素に対して定義されたITemplate オブジェクトを含む<Choice> インスタンス。

属性

適用対象

こちらもご覧ください