SelectedItem プロパティ (UWPComboBox)

クラス

UWPComboBox.

処理

[読み取り専用] 選択されている項目。選択範囲が空の場合は null (Visual Basic では Nothing) を返します。

構文

C#
protected UWPComboBoxItem SelectedItem { get; }
VB
'Declaration
Protected Read Property SelectedItem As UWPComboBoxItem

アクセス

読み取り専用。