Zip for UWP/WinRT
Add(Stream,String,DateTime) メソッド

新しいエントリのデータを含むストリーム。
新しいエントリに使用する名前。
ファイルが最後に変更された日付/時刻。
現在の zip ファイルにストリームを追加します。
構文
'宣言
 
Public Overloads Sub Add( _
   ByVal stream As System.IO.Stream, _
   ByVal entryName As System.String, _
   ByVal dateTime As System.Date _
) 
public void Add( 
   System.IO.Stream stream,
   System.string entryName,
   System.DateTime dateTime
)

パラメータ

stream
新しいエントリのデータを含むストリーム。
entryName
新しいエントリに使用する名前。
dateTime
ファイルが最後に変更された日付/時刻。
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

C1ZipEntryCollection クラス
C1ZipEntryCollection メンバ
オーバーロード一覧

Send Feedback