ZipFile.Comment 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回 zip 檔案批注,如果沒有,則傳回 null。
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
屬性值
zip 檔的註解字串,若無則為 null
- 屬性
例外狀況
如果這個壓縮檔已經關閉。
備註
傳回 zip 檔案批注,如果沒有,則傳回 null。
Java 文件 java.util.zip.ZipFile.getComment()。
本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。