EntriesChangedEventArgs.FilteredAndSortedEntries Vlastnost

Definice

Filtrované a seřazené položky v tabulce

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)

Hodnota vlastnosti

Vrací objekt IReadOnlyCollection<T>.

Platí pro