Поделиться через


DeviceSpecificChoice.Templates Свойство

Определение

Возвращает шаблоны, определенные в элементе <Choice> . Этот API устарел. Сведения о разработке ASP.NET мобильных приложений см. в статье Мобильные приложения & сайты с 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>.

Атрибуты

Применяется к

См. также раздел