Share via


IWpfTableControl.SelectedEntry Proprietà

Definizione

Ottiene la voce selezionata nel controllo tabella. Restituisce Null se non sono selezionati elementi. Se vengono selezionati più elementi, viene restituito qualsiasi elemento sia il controllo WPF sottostante che considera l'elemento selezionato.

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

Valore della proprietà

Restituisce ITableEntryHandle.

Commenti

Questo metodo può essere chiamato solo dal thread che ha creato il controllo tabella.

Si applica a