_CommandBarComboBox.RemoveItem(Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
删除指定索引处的项。 不推荐使用此方法。
public:
void RemoveItem(int Index);
public:
void RemoveItem(int Index);
void RemoveItem(int Index);
[System.Runtime.InteropServices.DispId(1610940429)]
public void RemoveItem (int Index);
[<System.Runtime.InteropServices.DispId(1610940429)>]
abstract member RemoveItem : int -> unit
Public Sub RemoveItem (Index As Integer)
参数
- Index
- Int32
要移除的项的索引。
- 属性
注解
此方法已弃用,并在调用时引发 DeprecatedException。