IWpfTableControl.SelectedEntries Property

Definition

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.

Applies to