Interface IFileList
Interface IFileList
Název místa: Aspose.Html.IO Sbírka: Aspose.HTML.dll (25.4.0)
Představte rozhraní pro seznam soubor.
[ComVisible(true)]
[DOMName("FileList")]
[DOMObject]
public interface IFileList : IEnumerable<ifile>, IEnumerable
Implements
Properties
Length
Délka vrácení pro seznam soubor.
[DOMName("length")]
long Length { get; }
Hodnota nemovitosti
Tohle[Int]
Vraťte indexový soubor do seznamu.
[DOMName("item")]
IFile this[int index] { get; }