Udostępnij za pośrednictwem


Metoda IVsaItems.Remove — (Int32)

Usuwa element z kolekcji, określony przez jego wartość indeksu.

Przestrzeń nazw:  Microsoft.Vsa
Zestaw:  Microsoft.Vsa (w Microsoft.Vsa.dll)

Składnia

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

Parametry

  • index
    Typ: Int32

    Wartość indeksu elementu, który ma zostać usunięty.

Zobacz też

Informacje

IVsaItems Interfejs

Przeciążenie Remove

Przestrzeń nazw Microsoft.Vsa