WebControl.HasAttributes 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个值,该值指示控件是否具有特性集。
public:
property bool HasAttributes { bool get(); };
[System.ComponentModel.Browsable(false)]
public bool HasAttributes { get; }
[<System.ComponentModel.Browsable(false)>]
member this.HasAttributes : bool
Public ReadOnly Property HasAttributes As Boolean
属性值
如果控件有特性集,则为 true
;否则为 false
。
- 属性
注解
当HasAttributes实例具有属性名称/值对时, WebControl 属性返回true
。