EntriesChangedEventArgs.AllEntries Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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.