共用方式為


EntriesChangedEventArgs.AllEntries 屬性

定義

數據表中包含的所有項目都會 (是否可見) 。

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)

屬性值

數據表中包含的所有項目都會 (是否可見) 。

備註

這些專案不會排序。

適用於