Condividi tramite


Metodo IVsaItems.Remove (Int32)

Rimuove un elemento dall'insieme in base al relativo valore di indice.

Spazio dei nomi:  Microsoft.Vsa
Assembly:  Microsoft.Vsa (in Microsoft.Vsa.dll)

Sintassi

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

Parametri

  • index
    Tipo: Int32

    Valore di indice dell'elemento da rimuovere.

Vedere anche

Riferimenti

IVsaItems Interfaccia

Overload Remove

Spazio dei nomi Microsoft.Vsa