IWpfTableControl.SelectedEntry Property

Definition

Gets the selected entry in the table control. Returns null if no items are selected. If multiple items are selected then the we return whatever item is the underlying WPF controls considers to be the selected item.

public:
 property Microsoft::VisualStudio::Shell::TableControl::ITableEntryHandle ^ SelectedEntry { Microsoft::VisualStudio::Shell::TableControl::ITableEntryHandle ^ get(); };
public:
 property Microsoft::VisualStudio::Shell::TableControl::ITableEntryHandle ^ SelectedEntry { Microsoft::VisualStudio::Shell::TableControl::ITableEntryHandle ^ get(); };
public Microsoft.VisualStudio.Shell.TableControl.ITableEntryHandle SelectedEntry { get; }
member this.SelectedEntry : Microsoft.VisualStudio.Shell.TableControl.ITableEntryHandle
Public ReadOnly Property SelectedEntry As ITableEntryHandle

Property Value

Returns ITableEntryHandle.

Remarks

This method can only be called from the thread that created the table control.

Applies to