EntriesChangedEventArgs.FilteredAndSortedEntries 属性

定义

表中经过筛选和排序的条目。

public:
 abstract property System::Collections::Generic::IReadOnlyCollection<Microsoft::VisualStudio::Shell::TableControl::ITableEntryHandle ^> ^ FilteredAndSortedEntries { System::Collections::Generic::IReadOnlyCollection<Microsoft::VisualStudio::Shell::TableControl::ITableEntryHandle ^> ^ get(); };
public abstract System.Collections.Generic.IReadOnlyCollection<Microsoft.VisualStudio.Shell.TableControl.ITableEntryHandle> FilteredAndSortedEntries { get; }
member this.FilteredAndSortedEntries : System.Collections.Generic.IReadOnlyCollection<Microsoft.VisualStudio.Shell.TableControl.ITableEntryHandle>
Public MustOverride ReadOnly Property FilteredAndSortedEntries As IReadOnlyCollection(Of ITableEntryHandle)

属性值

返回 IReadOnlyCollection<T>

适用于