ZipArchiveEntry.Comment プロパティ

定義

省略可能なエントリ コメントを取得または設定します。

public:
 property System::String ^ Comment { System::String ^ get(); void set(System::String ^ value); };
public string Comment { get; set; }
member this.Comment : string with get, set
Public Property Comment As String

プロパティ値

注釈

コメント エンコードは、コンストラクターの entryNameEncodingZipArchive(Stream, ZipArchiveMode, Boolean, Encoding) パラメーターによって決定されます。

コメントバイトの長さが より MaxValue大きい場合、アーカイブを破棄すると切り捨てられます。

適用対象