Zip for WPF and Silverlight
C1.C1Zip Namespace / C1ZipEntryCollection Class / Item Property / Item(String) Property

In This Topic
    Item(String) Property
    In This Topic
    指定された名前の C1ZipEntry を取得します。エントリが見つからない場合は、null を返します。
    Syntax
    'Declaration
     
    
    Public Overloads ReadOnly Property Item( _
       ByVal name As String _
    ) As C1ZipEntry
    public C1ZipEntry Item( 
       string name
    ) {get;}

    Parameters

    name
    See Also