ZipFile.Comment Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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.