DeviceSpecificChoice.HasTemplates 属性
定义
获取一个值,该值指示所选元素 < > 中当前选定的选项是否在该元素中定义了模板。Gets a value indicating whether the currently selected choice in the <DeviceSpecific> element has templates defined within it. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.
public:
property bool HasTemplates { bool get(); };
public bool HasTemplates { get; }
member this.HasTemplates : bool
Public ReadOnly Property HasTemplates As Boolean
属性值
如果当前所选的选择已在内部定义了模板,则为 true;否则为 false。true if the currently selected choice has templates defined with in it; otherwise, false.