DataPager.Attributes 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 DataPager 控制項的自訂屬性名稱/值組集合。
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
屬性值
自訂屬性 (Attribute) 名稱/值組集合。
- 屬性
備註
Attributes使用 集合來管理在控件開頭標記DataPager中宣告的屬性名稱/值組,但類別未直接支援。 您可以程式設計方式將屬性加入或移除集合。