DkmAppPackageId Class

Definition

Identifies a Windows Store app package or Windows Phone app package.

public ref class DkmAppPackageId
[Windows::Foundation::Metadata::WebHostHidden]
public ref class DkmAppPackageId
[Windows::Foundation::Metadata::WebHostHidden]
class DkmAppPackageId
[System.Runtime.InteropServices.Guid("40f5e02e-bbc4-3b2a-5595-51d3208fb72f")]
public class DkmAppPackageId
[<System.Runtime.InteropServices.Guid("40f5e02e-bbc4-3b2a-5595-51d3208fb72f")>]
type DkmAppPackageId = class
Public Class DkmAppPackageId
Inheritance
DkmAppPackageId
Attributes

Properties

AppPlatform

Indicates if the specified application package is a Windows Phone or Windows Store app.

FullName

The full name of the application. For DkmApplicationPlatform.WindowsAppx, this is the package full name.

Methods

Create(DkmPackagedAppPlatform, String)

Create a new DkmAppPackageId object instance.

Applies to