ICollectionViewLiveShaping.LiveFilteringProperties プロパティ

定義

リアルタイムのデータのフィルター選択に関係するプロパティを指定する文字列のコレクションを取得します。

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

プロパティ値

ObservableCollection<String>

リアルタイムのデータのフィルター選択に関係するプロパティを指定する文字列のコレクション。

適用対象