TableSelectionChangedEventArgs.AddedEntries Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a list that contains the items that were selected.
public:
property System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Shell::TableControl::ITableEntryHandle ^> ^ AddedEntries { System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Shell::TableControl::ITableEntryHandle ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Shell.TableControl.ITableEntryHandle> AddedEntries { get; }
member this.AddedEntries : seq<Microsoft.VisualStudio.Shell.TableControl.ITableEntryHandle>
Public ReadOnly Property AddedEntries As IEnumerable(Of ITableEntryHandle)
Property Value
Returns IEnumerable<T>.