IWpfTableControl.SelectedEntry 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 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.