Freigeben über


IVsaItems.Remove-Methode (String)

Entfernt das Element aus der Auflistung, das durch seinen Namen angegeben ist.

Namespace:  Microsoft.Vsa
Assembly:  Microsoft.Vsa (in Microsoft.Vsa.dll)

Syntax

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

Parameter

  • name
    Typ: String

    Der Name des Elements, das aus der Auflistung entfernt werden soll.

Siehe auch

Referenz

IVsaItems Schnittstelle

Remove-Überladung

Microsoft.Vsa-Namespace