_CommandBarComboBox.RemoveItem(Int32) 方法

定义

删除指定索引处的项。 不推荐使用此方法。

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。

适用于