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.
Elementhierarchie
<uap:FileType>
<uap:FileType>
<uap:FileType>
Syntax
<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>
Attribute und Elemente
Attribute
Keine
Untergeordnete Elemente
Keine
Übergeordnete Elemente
Übergeordnetes Element | BESCHREIBUNG |
---|---|
uap:SupportedFileTypes (Typ: CT_CharmsSupportedFileTypes) | Definiert die Dateitypen, die die App freigeben kann. |
Zugehörige Elemente
Die folgenden Elemente haben denselben Namen wie dieses Element, aber ihr Inhalt oder ihre Attribute sind anders.
Beispiele
<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>
Anforderungen
Element | Wert |
---|---|
Namespace | http://schemas.microsoft.com/appx/manifest/uap/windows10 |
Minimum OS Version | Windows 10 Version 1511 (Build 10586) |