Share via


IVsaItems.Remove 方法 (Int32)

从集合中移除按照项的索引值指定的项。

命名空间:  Microsoft.Vsa
程序集:  Microsoft.Vsa(在 Microsoft.Vsa.dll 中)

语法

声明
<PermissionSetAttribute(SecurityAction.LinkDemand, Name := "FullTrust")> _
Sub Remove ( _
    index As Integer _
)
[PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")]
void Remove(
    int index
)
[PermissionSetAttribute(SecurityAction::LinkDemand, Name = L"FullTrust")]
void Remove(
    int index
)
[<PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")>]
abstract Remove : 
        index:int -> unit
function Remove(
    index : int
)

参数

  • index
    类型:Int32

    要移除的项的索引值。

请参阅

参考

IVsaItems 接口

Remove 重载

Microsoft.Vsa 命名空间