Zip for WinRT
C1ZipEntryCollection Class
Members 

zip ファイルのコンテンツを表す C1ZipEntry オブジェクトのコレクション。
Object Model
C1ZipEntryCollection Class
Syntax
'Declaration
 
Public Class C1ZipEntryCollection 
   Inherits System.Collections.Generic.List(Of C1ZipEntry)
public class C1ZipEntryCollection : System.Collections.Generic.List<C1ZipEntry> 
Remarks
zip ファイルのコンテンツをプログラムで管理するには、C1ZipEntryCollection を使用します。その C1ZipEntryCollection に項目を追加、削除、抽出、または挿入することができます。
Inheritance Hierarchy

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

See Also

Reference

C1ZipEntryCollection Members
C1.C1Zip Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback