ZipArchive.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

속성 값

설명

주석 인코딩은 생성자의 매개 변수 ZipArchive(Stream, ZipArchiveMode, Boolean, Encoding)entryNameEncoding 의해 결정됩니다.

주석 바이트 길이가 보다 MaxValue크면 보관 파일을 삭제할 때 잘립니다.

적용 대상