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; }
财产价值
这个[因特]
返回列表中的 indexth 文件。
[DOMName("item")]
IFile this[int index] { get; }