VsAppPackageLaunchInfo.AppUserModelID Field
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.
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.
public: System::String ^ AppUserModelID;
public: Platform::String ^ AppUserModelID;
std::wstring AppUserModelID;
public string AppUserModelID;
val mutable AppUserModelID : string
Public AppUserModelID As String