IWizCombo.RemoveItem 方法
從精靈下拉式方塊中移除指定的項目。
命名空間: Microsoft.VisualStudio.VsWizard
組件: Microsoft.VisualStudio.VsWizard (在 Microsoft.VisualStudio.VsWizard.dll 中)
語法
'宣告
Sub RemoveItem ( _
nIndex As Integer _
)
void RemoveItem(
int nIndex
)
void RemoveItem(
[InAttribute] int nIndex
)
abstract RemoveItem :
nIndex:int -> unit
function RemoveItem(
nIndex : int
)
參數
nIndex
類型:Int32必要項。 識別要移除之項目的索引編號。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。