ListBox.SelectedItems プロパティ
.NET Framework 2.0
現在選択されている項目を取得します。
名前空間: System.Windows.Controls
アセンブリ: PresentationFramework (presentationframework.dll 内)
XML 名前空間 : http://schemas.microsoft.com/winfx/2006/xaml/presentation
アセンブリ: PresentationFramework (presentationframework.dll 内)
XML 名前空間 : http://schemas.microsoft.com/winfx/2006/xaml/presentation
| 例外の種類 | 条件 |
|---|---|
| SelectionMode プロパティが Single に設定されています。 |
このプロパティは、SelectionMode が Single と等しくない場合に使用します。選択モードが Single の場合、使用する適切なプロパティは SelectedItem です。