Condividi tramite


EntriesChangedEventArgs.AllEntries Proprietà

Definizione

Tutte le voci contenute nella tabella (indipendentemente dal fatto che siano visibili o meno).

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)

Valore della proprietà

Tutte le voci contenute nella tabella (indipendentemente dal fatto che siano visibili o meno).

Commenti

Queste voci non verranno ordinate.

Si applica a