Interface IFileList
Interface IFileList
ชื่อพื้นที่: Aspose.Html.IO การประกอบ: Aspose.HTML.dll (25.4.0)
แสดงอินเตอร์เฟซสําหรับรายการไฟล์
[ComVisible(true)]
[DOMName("FileList")]
[DOMObject]
public interface IFileList : IEnumerable<ifile>, IEnumerable
Implements
Properties
Length
ความยาวการคืนเงินสําหรับรายการไฟล์
[DOMName("length")]
long Length { get; }
คุณสมบัติมูลค่า
นี่[int]
กลับไฟล์ indexth ในรายการ
[DOMName("item")]
IFile this[int index] { get; }