Interface IFileList
Interface IFileList
Tên không gian: Aspose.Svg.IO Tổng hợp: Aspose.SVG.dll (25.5.0)
Hiển thị giao diện cho danh sách các tệp.
[ComVisible(true)]
[DOMName("FileList")]
[DOMObject]
public interface IFileList : IEnumerable<ifile>, IEnumerable
Implements
Properties
Length
Trở lại chiều dài cho danh sách các tập tin.
[DOMName("length")]
long Length { get; }
Giá trị bất động sản
cái này[int]
Quay lại tệp indexth trong danh sách.
[DOMName("item")]
IFile this[int index] { get; }