Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The collection of entries that are currently in the ZipArchive. This may not accurately represent the actual entries that are present in the underlying file or stream.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public ReadOnly Property Entries As ReadOnlyCollection(Of ZipArchiveEntry)
public ReadOnlyCollection<ZipArchiveEntry> Entries { get; }
public:
property ReadOnlyCollection<ZipArchiveEntry^>^ Entries {
ReadOnlyCollection<ZipArchiveEntry^>^ get ();
}
member Entries : ReadOnlyCollection<ZipArchiveEntry> with get
function get Entries () : ReadOnlyCollection<ZipArchiveEntry>
Property Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<ZipArchiveEntry>
Returns ReadOnlyCollection<T>.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.