Share via


EntriesChangedEventArgs.AllEntries Property

Definition

All entries contained in the table (whether or not they are visible).

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

Property Value

All entries contained in the table (whether or not they are visible).

Remarks

These entries will not be sorted.

Applies to