uap:FileType (in uap:ShareTarget/uap:SupportedFileTypes)
Ein Dateityp, der als Dateityperweiterung angegeben ist. Es ist pro Anwendung im Paket eindeutig, und die Groß-/Kleinschreibung wird beachtet.
<uap:FileType>
<uap:FileType>
<uap:FileType>
XML
<uap:FileType>
<!-- A string between 1 and 64 characters in length that must begin with a period ("."), cannot have additional periods, and cannot contain these characters: <, >, :, ", /, \, |, ?, or *. -->
</uap:FileType>
Keine
Keine
Übergeordnetes Element | BESCHREIBUNG |
---|---|
uap:SupportedFileTypes (Typ: CT_CharmsSupportedFileTypes) | Definiert die Dateitypen, die die App freigeben kann. |
Die folgenden Elemente haben denselben Namen wie dieses Element, aber ihr Inhalt oder ihre Attribute sind anders.
XML
<uap:ShareTarget>
<uap:SupportedFileTypes>
<uap:FileType>.txt</uap:FileType>
<uap:FileType>.html</uap:FileType>
</uap:SupportedFileTypes>
<uap:DataFormat>Text</uap:DataFormat>
<uap:DataFormat>Uri</uap:DataFormat>
</uap:ShareTarget>
Element | Wert |
---|---|
Namespace | http://schemas.microsoft.com/appx/manifest/uap/windows10 |
Minimum OS Version | Windows 10 Version 1511 (Build 10586) |