共用方式為


ListViewItem.Name 屬性

定義

取得或設定與此 ListViewItem關聯的名稱。

public:
 property System::String ^ Name { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Browsable(false)]
public string Name { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.Name : string with get, set
Public Property Name As String

屬性值

這個名稱 ListViewItem。 預設為空字串(“”)。

屬性

備註

屬性的 Name 價值也是該 ListViewItem 項目何時被存取於集合中的關鍵值。

適用於