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

IEnumerable , IEnumerable

Properties

Length

Délka vrácení pro seznam soubor.

[DOMName("length")]
long Length { get; }

Hodnota nemovitosti

long

Tohle[Int]

Vraťte indexový soubor do seznamu.

[DOMName("item")]
IFile this[int index] { get; }

Hodnota nemovitosti

IFile

 Čeština