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