RenderInputComboBoxItem クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
Public Function New( _
ByVal As System.String, _
ByVal As System.Object _
)
public RenderInputComboBoxItem(
System.string ,
System.object
)
パラメータ
- text
- ドロップダウンリストに表示されるテキスト。
- userData
- 項目に関連付けられた任意のデータ。
参照