ItemCollection.LiveGroupingProperties 屬性

定義

取得字串集合,這些字串會指定參與即時篩群組資料的屬性。

public:
 property System::Collections::ObjectModel::ObservableCollection<System::String ^> ^ LiveGroupingProperties { System::Collections::ObjectModel::ObservableCollection<System::String ^> ^ get(); };
public System.Collections.ObjectModel.ObservableCollection<string> LiveGroupingProperties { get; }
member this.LiveGroupingProperties : System.Collections.ObjectModel.ObservableCollection<string>
Public ReadOnly Property LiveGroupingProperties As ObservableCollection(Of String)

屬性值

ObservableCollection<String>

字串集合,會指定參與即時群組資料的屬性。

實作

適用於