uap:EditFlags (Windows 10)
Specifies the type of info the user sees when opening a file associated to the extensibility point.
Element hierarchy
<uap:EditFlags>
Syntax
<uap:EditFlags
OpenIsSafe = 'An optional boolean value.'
AlwaysUnsafe = 'An optional boolean value.' />
Attributes and elements
Attributes
Attribute | Description | Data type | Required | Default value |
---|---|---|---|---|
AlwaysUnsafe | A dialog box with a security warning is displayed. | An optional boolean value. | No | |
OpenIsSafe | A dialog box with a standard warning is displayed. | An optional boolean value. | No |
Child elements
None.
Parent elements
Parent element | Description |
---|---|
uap:FileTypeAssociation | Declares an app extensibility point of type windows.fileTypeAssociation. A file type association indicates that the app is registered to handle files of the specified types. |
Requirements
Item | Value |
---|---|
Namespace | http://schemas.microsoft.com/appx/manifest/uap/windows10 |
Minimum OS Version | Windows 10 version 1511 (Build 10586) |