IVsaItems.Remove Method (String)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Removes an item from the collection, as specified by its name.

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
)

Parameters

  • name
    Type: System.String

    The name of the item to be removed from the collection.

See Also

Reference

IVsaItems Interface

Remove Overload

Microsoft.Vsa Namespace