Zip for UWP/WinRT
C1ZipEntryCollection クラス
メンバ 

zip ファイルのコンテンツを表す C1ZipEntry オブジェクトのコレクション。
オブジェクト モデル
C1ZipEntryCollection クラス
構文
'宣言
 
Public Class C1ZipEntryCollection 
   Inherits System.Collections.Generic.List(Of C1ZipEntry)
public class C1ZipEntryCollection : System.Collections.Generic.List<C1ZipEntry> 
解説
zip ファイルのコンテンツをプログラムで管理するには、C1ZipEntryCollection を使用します。その C1ZipEntryCollection に項目を追加、削除、抽出、または挿入することができます。
継承階層

System.Object
   System.Collections.Generic.List<T>
      C1.C1Zip.C1ZipEntryCollection

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 メンバ
C1.C1Zip 名前空間

Send Feedback