IWpfTableControl.SelectedOrFirstEntry 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 or, if no entry is selected the first entry.
public:
property Microsoft::VisualStudio::Shell::TableControl::ITableEntryHandle ^ SelectedOrFirstEntry { Microsoft::VisualStudio::Shell::TableControl::ITableEntryHandle ^ get(); };
public:
property Microsoft::VisualStudio::Shell::TableControl::ITableEntryHandle ^ SelectedOrFirstEntry { Microsoft::VisualStudio::Shell::TableControl::ITableEntryHandle ^ get(); };
public Microsoft.VisualStudio.Shell.TableControl.ITableEntryHandle SelectedOrFirstEntry { get; }
member this.SelectedOrFirstEntry : Microsoft.VisualStudio.Shell.TableControl.ITableEntryHandle
Public ReadOnly Property SelectedOrFirstEntry As ITableEntryHandle
Property Value
Returns ITableEntryHandle.
Remarks
This method can only be called from the thread that created the table control.