ZipArchive.GetEntry Method
Namespace: Microsoft.TeamFoundation.Framework.Server.Alm
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Function GetEntry ( _
entryName As String _
) As ZipArchiveEntry
public ZipArchiveEntry GetEntry(
string entryName
)
public:
ZipArchiveEntry^ GetEntry(
String^ entryName
)
member GetEntry :
entryName:string -> ZipArchiveEntry
public function GetEntry(
entryName : String
) : ZipArchiveEntry
Parameters
- entryName
Type: System.String
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.Alm.ZipArchiveEntry
.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.