DkmInstalledApplicationInfo Class

Definition

Identifies an installed Windows Store App.

public ref class DkmInstalledApplicationInfo
[Windows::Foundation::Metadata::WebHostHidden]
public ref class DkmInstalledApplicationInfo
[Windows::Foundation::Metadata::WebHostHidden]
class DkmInstalledApplicationInfo
[System.Runtime.InteropServices.Guid("220918fc-b335-72c8-16d2-4bfeaceee181")]
public class DkmInstalledApplicationInfo
[<System.Runtime.InteropServices.Guid("220918fc-b335-72c8-16d2-4bfeaceee181")>]
type DkmInstalledApplicationInfo = class
Public Class DkmInstalledApplicationInfo
Inheritance
DkmInstalledApplicationInfo
Attributes

Properties

AppUserModelId

The app user model id.

BackgroundColor

[Optional] The application background color.

DefaultDebugEngine

The default debug engine to use for debugging this app. If unable to determine, the default is native.

Description

The application description name.

DisplayName

The application display name.

EntryPoint

[Optional] The application entry point.

This API was introduced in Visual Studio 14 Update 2 (DkmApiVersion.VS14Update2).

Executable

[Optional] The executable name.

SmallLogoPath

[Optional] The application small logo path. For remote this will be the path on the remote system.

Methods

Create(String, String, String, String, String, String, Guid)

Create a new DkmInstalledApplicationInfo object instance.

Create(String, String, String, String, String, String, Guid, String)

Create a new DkmInstalledApplicationInfo object instance.

This API was introduced in Visual Studio 14 Update 2 (DkmApiVersion.VS14Update2).

Applies to