次の方法で共有


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)

プロパティ値

テーブルに含まれるすべてのエントリ (表示されているかどうか)。

注釈

これらのエントリは並べ替えされません。

適用対象