UpdatePanel.Attributes 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 UpdatePanel 控制項的階層式樣式表 (CSS) 屬性集合。
public:
property System::Web::UI::AttributeCollection ^ Attributes { System::Web::UI::AttributeCollection ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Web.UI.AttributeCollection Attributes { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Attributes : System.Web.UI.AttributeCollection
Public ReadOnly Property Attributes As AttributeCollection
屬性值
屬性集合中之 CSS 樣式規則的名稱。
- 屬性
備註
屬性 Attributes 包含 CSS 樣式屬性的集合,可用於 控制項的封入 div
專案 UpdatePanel 。