'宣言 Public Overloads Function Add( _ ByVal itemText As System.String _ ) As System.Integer
'使用法 Dim instance As RenderInputComboBoxItemCollection Dim itemText As System.String Dim value As System.Integer value = instance.Add(itemText)
public System.int Add( System.string itemText )
パラメータ
- itemText
- The text of the item to add.
戻り値の型
Index of the added item in the current collection.