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
。
- 屬性
備註
當實例具有屬性名稱/值組時,WebControl屬性HasAttributes會傳true
回 。