CollectionViewSource.LiveSortingProperties 属性

定义

获取在真实时间中参与排序数据的属性的字符集合。

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

属性值

指定参与真实时间中的排序数据的属性的字符集合。

适用于