ZipArchiveEntry.Delete Metodo
Definizione
Elimina la voce dall'archivio ZIP.Deletes the entry from the zip archive.
public:
void Delete();
public void Delete ();
member this.Delete : unit -> unit
Public Sub Delete ()
Eccezioni
La voce è già aperta in lettura o scrittura.The entry is already open for reading or writing.
L'archivio ZIP per questa voce è stato aperto in modalità diversa da Update.The zip archive for this entry was opened in a mode other than Update.
L'archivio ZIP per questa voce è stato eliminato.The zip archive for this entry has been disposed.