次の方法で共有


ListItem.Attributes プロパティ

定義

クラスで直接サポートされない ListItem の属性名と値のペアのコレクションを取得します。

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

プロパティ値

名前と値のペアのコレクションを格納している AttributeCollection

属性

注釈

コレクションを Attributes 使用して、 の開始タグと終了タグで宣言されている属性名と値のペアを ListItem管理しますが、 クラスで直接サポートされていません。 プログラムを使用して、コレクションに属性を追加または削除できます。

適用対象

こちらもご覧ください