spiegel-keyman/windows/docs/engine/api/IKeymanPackageContentFiles/index.md
2024-10-31 10:17:54 +07:00

30 lines
634 B
Markdown

---
title: IKeymanPackageContentFiles Interface
---
## Introduction
The `IKeymanPackageContentFiles` interface lists the files included in
the package.
## Interface Hierarchy
`IDispatch`
> [`IKeymanObject`](../IKeymanObject)
>
> > [`IKeymanCollection`](../IKeymanCollection)
> >
> > > **`IKeymanPackageContentFiles`**
## Properties
[`Items[Index]`](Items) <span class="readonly">read only</span>
: Returns an
[`IKeymanPackageContentFile`](../IKeymanPackageContentFile)
reference for the file identified by `Index`.
<!-- -->
[`IndexOf()`](IndexOf)
: Gets the index of a file by filename in the collection.