AppOpenWithInfoIsHostApp Property
Gets or sets a value indicating whether the process is a host process, such as Rundll32.exe or Dllhost.exe,
and should not be considered for Start menu pinning or inclusion in the Most Frequently Used (MFU) list.
When launched with a shortcut that contains a non-null argument list
or an explicit Application User Model IDs (AppUserModelIDs), the process can be pinned (as that shortcut).
Such shortcuts are candidates for inclusion in the MFU list.
Namespace: DevCase.Core.Windows.ApplicationsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public bool IsHostApp { get; set; }
Public Property IsHostApp As Boolean
Get
Set
Dim instance As AppOpenWithInfo
Dim value As Boolean
value = instance.IsHostApp
instance.IsHostApp = value
public:
property bool IsHostApp {
bool get ();
void set (bool value);
}
member IsHostApp : bool with get, set
No code example is currently available or this language may not be supported.
Property Value
Boolean if the process is a host process;
otherwise,
.