Xceed .NET Libraries Documentation
Remove Method (RegistryKeyList)


Xceed.Zip Assembly > Xceed.Zip.Sfx Namespace > RegistryKeyList Class : Remove Method
A reference to the RegistryKey object to remove.
Removes the registry key from the list.
Syntax
'Declaration
 
Public Sub Remove( _
   ByVal value As RegistryKey _
) 
'Usage
 
Dim instance As RegistryKeyList
Dim value As RegistryKey
 
instance.Remove(value)
public void Remove( 
   RegistryKey value
)

Parameters

value
A reference to the RegistryKey object to remove.
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

Reference

RegistryKeyList Class
RegistryKeyList Members