Sdílet prostřednictvím


EntriesChangedEventArgs.AllEntries Vlastnost

Definice

Všechny položky obsažené v tabulce (bez ohledu na to, zda jsou viditelné).

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)

Hodnota vlastnosti

Všechny položky obsažené v tabulce (bez ohledu na to, zda jsou viditelné).

Poznámky

Tyto položky nebudou seřazeny.

Platí pro