Interface IFileList

Interface IFileList

Nazwa przestrzeń: Aspose.Html.IO Zestaw: Aspose.HTML.dll (25.4.0)

Przedstawia interfejs dla listy plików.

[ComVisible(true)]
[DOMName("FileList")]
[DOMObject]
public interface IFileList : IEnumerable<ifile>, IEnumerable

Implements

IEnumerable , IEnumerable

Properties

Length

Długość zwrotu dla listy plików.

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

Wartość nieruchomości

long

Tego[Int]

Wróć do pliku indeksowego na liście.

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

Wartość nieruchomości

IFile

 Polski