VsAppPackageLaunchInfo Struct

Definition

Specifies the properties for DLO_AppPackageDebug targets.

public value class VsAppPackageLaunchInfo
public value class VsAppPackageLaunchInfo
struct VsAppPackageLaunchInfo
public struct VsAppPackageLaunchInfo
type VsAppPackageLaunchInfo = struct
Public Structure VsAppPackageLaunchInfo
Inheritance
VsAppPackageLaunchInfo

Fields

AppPlatform

The platform that the application is targeting.

AppUserModelID

String identifying the application to activate. This member is not required to be from the same package as Microsoft.VisualStudio.Shell.Interop.VsImmersiveAppInfo.PackageMoniker. This member can be null if the debugger should not activate any application. This member is optional.

PackageMoniker

String identifying the application package to debug. For Windows Store apps, this is the full name of the package.

Applies to