SelectedItemTexts プロパティ (UIAListBox)

クラス

UIAListBox.

処理

[読み取り専用] 現在選択されている項目のテキスト。 項目が現在選択されていない場合は、空のリストが返されます。

構文

C#
protected List(Of String) SelectedItemTexts { get; }
VB
'Declaration
Protected Read Property SelectedItemTexts As List(Of String)

アクセス

読み取り専用。