AppShellExecuteInfoDontUseDesktopChangeRouter Property
Gets or sets a value mandatory for debugger applications to avoid file dialog deadlocks
when debugging the Windows Explorer process.
Setting the
DontUseDesktopChangeRouter entry produces a slightly less efficient handling
of the change notifications, however.
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 DontUseDesktopChangeRouter { get; set; }
Public Property DontUseDesktopChangeRouter As Boolean
Get
Set
Dim instance As AppShellExecuteInfo
Dim value As Boolean
value = instance.DontUseDesktopChangeRouter
instance.DontUseDesktopChangeRouter = value
public:
property bool DontUseDesktopChangeRouter {
bool get ();
void set (bool value);
}
member DontUseDesktopChangeRouter : bool with get, set
No code example is currently available or this language may not be supported.
Property Value
Boolean if the application avoids file dialog deadlocks when debugging the Windows Explorer process;
otherwise,
.