IKeymanPackagesInstalled Interface
interface IKeymanPackagesInstalled : IKeymanPackages : IKeymanCollection : IKeymanObject : IDispatch
Collection of installed packages
Interface Methods
| Name | Type | Declaration |
|---|---|---|
| GetPackageFromFile | Method | Function GetPackageFromFile(Filename As String) As IKeymanPackageFile |
| IndexOf | Method | Function IndexOf(Name As String) As Long |
| Install | Method | Sub Install(Filename As String, AllUsers As Boolean, Force As Boolean, ShortcutRootPath As String) |
Interface Properties
| Name | Type | Declaration |
|---|---|---|
| Items | Property Get | Property Get Items(Index) As IKeymanPackageInstalled |


