Documentation
¶
Rendered for windows/amd64
Index ¶
- Constants
- type Package
- func (impl *Package) CheckUpdateAvailabilityAsync() (*foundation.IAsyncOperation, error)
- func (impl *Package) GetAppInstallerInfo() (*AppInstallerInfo, error)
- func (impl *Package) GetAppListEntries() (*collections.IVectorView, error)
- func (impl *Package) GetAppListEntriesAsync() (*foundation.IAsyncOperation, error)
- func (impl *Package) GetContentGroupAsync(name string) (*foundation.IAsyncOperation, error)
- func (impl *Package) GetContentGroupsAsync() (*foundation.IAsyncOperation, error)
- func (impl *Package) GetDependencies() (*collections.IVectorView, error)
- func (impl *Package) GetDescription() (string, error)
- func (impl *Package) GetDisplayName() (string, error)
- func (impl *Package) GetEffectiveExternalLocation() (*storage.StorageFolder, error)
- func (impl *Package) GetEffectiveExternalPath() (string, error)
- func (impl *Package) GetEffectiveLocation() (*storage.StorageFolder, error)
- func (impl *Package) GetEffectivePath() (string, error)
- func (impl *Package) GetId() (*PackageId, error)
- func (impl *Package) GetInstallDate() (foundation.DateTime, error)
- func (impl *Package) GetInstalledDate() (foundation.DateTime, error)
- func (impl *Package) GetInstalledLocation() (*storage.StorageFolder, error)
- func (impl *Package) GetInstalledPath() (string, error)
- func (impl *Package) GetIsBundle() (bool, error)
- func (impl *Package) GetIsDevelopmentMode() (bool, error)
- func (impl *Package) GetIsFramework() (bool, error)
- func (impl *Package) GetIsOptional() (bool, error)
- func (impl *Package) GetIsResourcePackage() (bool, error)
- func (impl *Package) GetIsStub() (bool, error)
- func (impl *Package) GetLogo() (*foundation.Uri, error)
- func (impl *Package) GetLogoAsRandomAccessStreamReference(size foundation.Size) (*streams.RandomAccessStreamReference, error)
- func (impl *Package) GetMachineExternalLocation() (*storage.StorageFolder, error)
- func (impl *Package) GetMachineExternalPath() (string, error)
- func (impl *Package) GetMutableLocation() (*storage.StorageFolder, error)
- func (impl *Package) GetMutablePath() (string, error)
- func (impl *Package) GetPublisherDisplayName() (string, error)
- func (impl *Package) GetSignatureKind() (PackageSignatureKind, error)
- func (impl *Package) GetStatus() (*PackageStatus, error)
- func (impl *Package) GetThumbnailToken() (string, error)
- func (impl *Package) GetUserExternalLocation() (*storage.StorageFolder, error)
- func (impl *Package) GetUserExternalPath() (string, error)
- func (impl *Package) Launch(parameters string) error
- func (impl *Package) SetInUseAsync(inUse bool) (*foundation.IAsyncOperation, error)
- func (impl *Package) StageContentGroupsAsync(names *collections.IIterable) (*foundation.IAsyncOperation, error)
- func (impl *Package) StageContentGroupsWithPriorityAsync(names *collections.IIterable, moveToHeadOfQueue bool) (*foundation.IAsyncOperation, error)
- func (impl *Package) VerifyContentIntegrityAsync() (*foundation.IAsyncOperation, error)
Constants ¶
View Source
const GUIDiPackage string = "163c792f-bd75-413c-bf23-b1fe7b95d825"
View Source
const GUIDiPackage2 string = "a6612fb6-7688-4ace-95fb-359538e7aa01"
View Source
const GUIDiPackage3 string = "5f738b61-f86a-4917-93d1-f1ee9d3b35d9"
View Source
const GUIDiPackage4 string = "65aed1ae-b95b-450c-882b-6255187f397e"
View Source
const GUIDiPackage5 string = "0e842dd4-d9ac-45ed-9a1e-74ce056b2635"
View Source
const GUIDiPackage6 string = "8b1ad942-12d7-4754-ae4e-638cbc0e3a2e"
View Source
const GUIDiPackage7 string = "86ff8d31-a2e4-45e0-9732-283a6d88fde1"
View Source
const GUIDiPackage8 string = "2c584f7b-ce2a-4be6-a093-77cfbb2a7ea1"
View Source
const GUIDiPackageStatics string = "4e534bdf-2960-4878-97a4-9624deb72f2d"
View Source
const GUIDiPackageWithMetadata string = "95949780-1de9-40f2-b452-0de9f1910012"
View Source
const SignaturePackage string = "rc(Windows.ApplicationModel.Package;{163c792f-bd75-413c-bf23-b1fe7b95d825})"
View Source
const SignatureiPackage string = "{163c792f-bd75-413c-bf23-b1fe7b95d825}"
View Source
const SignatureiPackage2 string = "{a6612fb6-7688-4ace-95fb-359538e7aa01}"
View Source
const SignatureiPackage3 string = "{5f738b61-f86a-4917-93d1-f1ee9d3b35d9}"
View Source
const SignatureiPackage4 string = "{65aed1ae-b95b-450c-882b-6255187f397e}"
View Source
const SignatureiPackage5 string = "{0e842dd4-d9ac-45ed-9a1e-74ce056b2635}"
View Source
const SignatureiPackage6 string = "{8b1ad942-12d7-4754-ae4e-638cbc0e3a2e}"
View Source
const SignatureiPackage7 string = "{86ff8d31-a2e4-45e0-9732-283a6d88fde1}"
View Source
const SignatureiPackage8 string = "{2c584f7b-ce2a-4be6-a093-77cfbb2a7ea1}"
View Source
const SignatureiPackageStatics string = "{4e534bdf-2960-4878-97a4-9624deb72f2d}"
View Source
const SignatureiPackageWithMetadata string = "{95949780-1de9-40f2-b452-0de9f1910012}"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Package ¶
type Package struct {
ole.IUnknown
}
func PackageGetCurrent ¶
func (*Package) CheckUpdateAvailabilityAsync ¶
func (impl *Package) CheckUpdateAvailabilityAsync() (*foundation.IAsyncOperation, error)
func (*Package) GetAppInstallerInfo ¶
func (*Package) GetAppListEntries ¶
func (impl *Package) GetAppListEntries() (*collections.IVectorView, error)
func (*Package) GetAppListEntriesAsync ¶
func (impl *Package) GetAppListEntriesAsync() (*foundation.IAsyncOperation, error)
func (*Package) GetContentGroupAsync ¶
func (impl *Package) GetContentGroupAsync(name string) (*foundation.IAsyncOperation, error)
func (*Package) GetContentGroupsAsync ¶
func (impl *Package) GetContentGroupsAsync() (*foundation.IAsyncOperation, error)
func (*Package) GetDependencies ¶
func (impl *Package) GetDependencies() (*collections.IVectorView, error)
func (*Package) GetDescription ¶
func (*Package) GetDisplayName ¶
func (*Package) GetEffectiveExternalLocation ¶
func (impl *Package) GetEffectiveExternalLocation() (*storage.StorageFolder, error)
func (*Package) GetEffectiveExternalPath ¶
func (*Package) GetEffectiveLocation ¶
func (impl *Package) GetEffectiveLocation() (*storage.StorageFolder, error)
func (*Package) GetEffectivePath ¶
func (*Package) GetInstallDate ¶
func (impl *Package) GetInstallDate() (foundation.DateTime, error)
func (*Package) GetInstalledDate ¶
func (impl *Package) GetInstalledDate() (foundation.DateTime, error)
func (*Package) GetInstalledLocation ¶
func (impl *Package) GetInstalledLocation() (*storage.StorageFolder, error)
func (*Package) GetInstalledPath ¶
func (*Package) GetIsBundle ¶
func (*Package) GetIsDevelopmentMode ¶
func (*Package) GetIsFramework ¶
func (*Package) GetIsOptional ¶
func (*Package) GetIsResourcePackage ¶
func (*Package) GetLogoAsRandomAccessStreamReference ¶
func (impl *Package) GetLogoAsRandomAccessStreamReference(size foundation.Size) (*streams.RandomAccessStreamReference, error)
func (*Package) GetMachineExternalLocation ¶
func (impl *Package) GetMachineExternalLocation() (*storage.StorageFolder, error)
func (*Package) GetMachineExternalPath ¶
func (*Package) GetMutableLocation ¶
func (impl *Package) GetMutableLocation() (*storage.StorageFolder, error)
func (*Package) GetMutablePath ¶
func (*Package) GetPublisherDisplayName ¶
func (*Package) GetSignatureKind ¶
func (*Package) GetThumbnailToken ¶
func (*Package) GetUserExternalLocation ¶
func (impl *Package) GetUserExternalLocation() (*storage.StorageFolder, error)
func (*Package) GetUserExternalPath ¶
func (*Package) SetInUseAsync ¶
func (impl *Package) SetInUseAsync(inUse bool) (*foundation.IAsyncOperation, error)
func (*Package) StageContentGroupsAsync ¶
func (impl *Package) StageContentGroupsAsync(names *collections.IIterable) (*foundation.IAsyncOperation, error)
func (*Package) StageContentGroupsWithPriorityAsync ¶
func (impl *Package) StageContentGroupsWithPriorityAsync(names *collections.IIterable, moveToHeadOfQueue bool) (*foundation.IAsyncOperation, error)
func (*Package) VerifyContentIntegrityAsync ¶
func (impl *Package) VerifyContentIntegrityAsync() (*foundation.IAsyncOperation, error)
Click to show internal directories.
Click to hide internal directories.