Udostępnij za pośrednictwem


Metoda IVsaItems.Remove — (String)

Usuwa element z kolekcji, określony przez jego nazwy.

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

Składnia

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

Parametry

  • name
    Typ: String

    Nazwa elementu, który ma zostać usunięty z kolekcji.

Zobacz też

Informacje

IVsaItems Interfejs

Przeciążenie Remove

Przestrzeń nazw Microsoft.Vsa