Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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.