Loupe - Log - Monitor - Resolve
Gibraltar Namespace / FileReferenceCollection Class / Remove Method / Remove(String) Method
The key of the item to remove

In This Topic
    Remove(String) Method
    In This Topic
    Removes the item with the specified key.
    Syntax
    'Declaration
     
    
    Public Overloads Function Remove( _
       ByVal key As String _
    ) As Boolean
    public bool Remove( 
       string key
    )

    Parameters

    key
    The key of the item to remove

    Return Value

    true if key was successfully removed from the ICollection; otherwise, false. This method also returns false if key is not found in the original ICollection.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also