AppOpenWithInfoNoOpenWith Property
Gets or sets a value indicating whether cc.
Be aware that if an OpenWithProgIDs subkey has been set for an application by file type,
and the ProgID subkey itself does not also have a NoOpenWith entry,
that application will appear in the list of recommended or available applications
even if it has specified the NoOpenWith entry.
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 NoOpenWith { get; set; }
Public Property NoOpenWith As Boolean
Get
Set
Dim instance As AppOpenWithInfo
Dim value As Boolean
value = instance.NoOpenWith
instance.NoOpenWith = value
public:
property bool NoOpenWith {
bool get ();
void set (bool value);
}
member NoOpenWith : bool with get, set
No code example is currently available or this language may not be supported.
Property Value
Boolean if no application is specified for opening this file type;
otherwise,
.