バージョン

Attributes プロパティ

現在の行のデータ属性を設定/取得します。
シンタックス
'宣言
 
Public Property Attributes As List(Of KeyValuePair(Of String,Object))
public List<KeyValuePair<string,object>> Attributes {get; set;}
参照