Freigeben über


IVsaItems.Remove-Methode (Int32)

Entfernt das Element aus der Auflistung, das durch seinen Indexwert angegeben ist.

Namespace:  Microsoft.Vsa
Assembly:  Microsoft.Vsa (in Microsoft.Vsa.dll)

Syntax

'Declaration
<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
)

Parameter

  • index
    Typ: Int32

    Der Indexwert des zu entfernenden Elements.

Siehe auch

Referenz

IVsaItems Schnittstelle

Remove-Überladung

Microsoft.Vsa-Namespace