IVsaItems.Remove, méthode (String)

Supprime un élément de la collection, tel que spécifié par son nom.

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

Syntaxe

'Déclaration
<PermissionSetAttribute(SecurityAction.LinkDemand, Name := "FullTrust")> _
Sub Remove ( _
    name As String _
)
[PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")]
void Remove(
    string name
)
[PermissionSetAttribute(SecurityAction::LinkDemand, Name = L"FullTrust")]
void Remove(
    String^ name
)
[<PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")>]
abstract Remove : 
        name:string -> unit
function Remove(
    name : String
)

Paramètres

  • name
    Type : String

    Nom de l'élément à supprimer de la collection.

Voir aussi

Référence

IVsaItems Interface

Remove, surcharge

Microsoft.Vsa, espace de noms