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)

속성 값

실시간 데이터 필터링에 참여하는 속성을 지정하는 문자열의 컬렉션입니다.

적용 대상