IWpfTableControl.SelectedOrFirstEntry Property

Definition

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.

Applies to