ZipFile.Comment Proprietà

Definizione

Restituisce il commento del file ZIP oppure null se non è presente alcun valore.

public virtual string? Comment { [Android.Runtime.Register("getComment", "()Ljava/lang/String;", "GetGetCommentHandler")] get; }
[<get: Android.Runtime.Register("getComment", "()Ljava/lang/String;", "GetGetCommentHandler")>]
member this.Comment : string

Valore della proprietà

stringa di commento per il file ZIP o null se non

Attributi

Eccezioni

se il file ZIP è stato chiuso.

Commenti

Restituisce il commento del file ZIP oppure null se non è presente alcun valore.

per java.util.zip.ZipFile.getComment().

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a