IVsaItems.Remove, méthode (Int32)

Supprime un élément de la collection, tel que spécifié par sa valeur d'index.

Espace de noms :  Microsoft.Vsa
Assembly :  Microsoft.Vsa (dans Microsoft.Vsa.dll)

Syntaxe

'Déclaration
<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
)

Paramètres

  • index
    Type : Int32

    Valeur d'index de l'élément à supprimer.

Voir aussi

Référence

IVsaItems Interface

Remove, surcharge

Microsoft.Vsa, espace de noms