SupportsAnyFileType (package schema for Windows 8, descendant of ShareTarget)
Indicates whether all file types are supported for sharing.
Element hierarchy
- <Package>
-
- <Applications>
-
- <Application>
-
- <Extensions>
-
- <Extension>
-
- <ShareTarget>
-
- <SupportedFileTypes>
- <SupportsAnyFileType>
- <FileOpenPicker>
-
- <SupportedFileTypes>
- <SupportsAnyFileType>
- <FileSavePicker>
-
- <SupportedFileTypes>
- <SupportsAnyFileType>
Syntax
<SupportsAnyFileType>
xs:anyType
</SupportsAnyFileType>
Attributes and Elements
Attributes
None.
Child Elements
None.
Parent Elements
Parent Element | Description |
---|---|
SupportedFileTypes (type: CT_CharmsSupportedFileTypes) | Defines the file types that the app can share. |
Examples
<ShareTarget>
<SupportedFileTypes>
<SupportsAnyFileType />
</SupportedFileTypes>
<DataFormat>Text</DataFormat>
<DataFormat>Uri</DataFormat>
</ShareTarget>
Requirements
Value | |
---|---|
Namespace | http://schemas.microsoft.com/appx/2010/manifest |