VsAppPackageLaunchInfo.AppUserModelID Field

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

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

Syntax

'Declaration
Public AppUserModelID As String
public string AppUserModelID
public:
String^ AppUserModelID
val mutable AppUserModelID: string
public var AppUserModelID : String

.NET Framework Security

See Also

Reference

VsAppPackageLaunchInfo Structure

Microsoft.VisualStudio.Shell.Interop Namespace