DkmInstalledAppPackageInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Identifies an installed Windows Store App Package.
public ref class DkmInstalledAppPackageInfo
[Windows::Foundation::Metadata::WebHostHidden]
public ref class DkmInstalledAppPackageInfo
[Windows::Foundation::Metadata::WebHostHidden]
class DkmInstalledAppPackageInfo
[System.Runtime.InteropServices.Guid("686d56ce-05cf-f74b-c723-7b0b4e2cd09d")]
public class DkmInstalledAppPackageInfo
[<System.Runtime.InteropServices.Guid("686d56ce-05cf-f74b-c723-7b0b4e2cd09d")>]
type DkmInstalledAppPackageInfo = class
Public Class DkmInstalledAppPackageInfo
- Inheritance
-
DkmInstalledAppPackageInfo
- Attributes
Properties
Applications |
[Optional] Array of applications found in the App Package. |
AppPackageId |
Identifies a Windows Store app package or Windows Phone app package. |
DisplayName |
The App Package display name. |
LogoPath |
[Optional] The App Package logo path. For remote this will be the path on the remote system. |
ProcessorArchitecture |
[Optional] Returns the package architecture. This API was introduced in Visual Studio 14 Update 3 (DkmApiVersion.VS14Update3). |
Version |
The App Package version. |
Methods
Create(DkmAppPackageId, String, String, String, ReadOnlyCollection<DkmInstalledApplicationInfo>, String) |
Create a new DkmInstalledAppPackageInfo object instance. This API was introduced in Visual Studio 14 Update 3 (DkmApiVersion.VS14Update3). |
Create(DkmAppPackageId, String, String, String, ReadOnlyCollection<DkmInstalledApplicationInfo>) |
Create a new DkmInstalledAppPackageInfo object instance. |