IWpfTableControl.SelectedEntries 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 or sets entries selected in the control.
public:
property System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Shell::TableControl::ITableEntryHandle ^> ^ SelectedEntries { System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Shell::TableControl::ITableEntryHandle ^> ^ get(); void set(System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Shell::TableControl::ITableEntryHandle ^> ^ value); };
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Shell.TableControl.ITableEntryHandle> SelectedEntries { get; set; }
member this.SelectedEntries : seq<Microsoft.VisualStudio.Shell.TableControl.ITableEntryHandle> with get, set
Public Property SelectedEntries As IEnumerable(Of ITableEntryHandle)
Property Value
Returns IEnumerable<T>.
Remarks
This method can only be called from the thread that created the table control.