共用方式為


DeviceSpecificChoice.Templates 屬性

定義

取得已定義於 Choice> 元素中的<範本。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites

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 執行個體,包含為 <Choice> 項目定義的 ITemplate 物件。

屬性

適用於

另請參閱