Upravit

Sdílet prostřednictvím


com4:Format

Specifies the file format an application can read from or write to.

Element hierarchy

<Package>

    <Applications>

         <Application>

              <Extensions>

                   <com4:Class>

                        <com4:Conversion>

                             <com4:Readable>

                                  <com4:Format>

                             <com4:Readwritable>

                                  <com4:Format>

    <Extensions>

         <com4:Class>

              <com4:Conversion>

                   <com4:Readable>

                        <com4:Format>

                   <com4:Readwritable>

                        <com4:Format>

Syntax

<com4:Format
    FormatName = 'A string with a value between 1 and 32767 characters in length with a non-whitespace character at its beginning and end.'
    StandardFormat = 'A string in hexadecimal format containing numbers or the letters a, b, c, d, e, or f (capital or lower case).' />

Attributes and elements

Attributes

Attribute Description Data type Required Default value
FormatName The string value of the format name. A string with a value between 1 and 32767 characters in length with a non-whitespace character at its beginning and end. Yes
StandardFormat The hexadecimal value of the format name. A string in hexadecimal format containing numbers or the letters a, b, c, d, e, or f (capital or lower case). Yes

Child elements

None.

Parent elements

Parent element Description
com4:Readable Specifies that an application can only read files.
com4:Readwritable Specifies that an application can read and write files.

Requirements

Item Value
Namespace http://schemas.microsoft.com/appx/manifest/com/windows10/4
Minimum OS Version Windows 10 (Build 20348)