共用方式為


ZipArchive.Entries 屬性

目前在 ZipArchive 項目的集合。 這可能不正確地表示存在於基礎檔案或資料流的實際項目。

命名空間:  Microsoft.TeamFoundation.Server.Core
組件:  Microsoft.TeamFoundation.Server.Core (在 Microsoft.TeamFoundation.Server.Core.dll 中)

語法

'宣告
Public ReadOnly Property Entries As ReadOnlyCollection(Of ZipArchiveEntry)
public ReadOnlyCollection<ZipArchiveEntry> Entries { get; }

屬性值

類型:System.Collections.ObjectModel.ReadOnlyCollection<ZipArchiveEntry>
傳回 ReadOnlyCollection<T>

.NET Framework 安全性

請參閱

參考

ZipArchive 類別

Microsoft.TeamFoundation.Server.Core 命名空間