EntriesChangedEventArgs.FilteredAndSortedEntries Property

Definition

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)

Property Value

Returns IReadOnlyCollection<T>.

Applies to