Поделиться через


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>.

Применяется к