AppShellExecuteInfoDefault Property
Gets the application name provided in the
(Default) registry entry.
If necessary, the
ShellExecuteEx function adds the extension when searching
App Paths registry subkey.
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 string Default { get; }
Public ReadOnly Property Default As String
Get
Dim instance As AppShellExecuteInfo
Dim value As String
value = instance.Default
public:
property String^ Default {
String^ get ();
}
member Default : string with get
No code example is currently available or this language may not be supported.
Property Value
String
The application name provided in the (Default) entry.