com4:DataFormat

应用程序支持的数据格式。

元素层次结构

<包>

     <应用程序>

          <应用程序>

               <扩展>

                    <com4:Class>

                         <com4:DataFormats>

                              <com4:DataFormat>

     <扩展>

          <com4:Class>

               <com4:DataFormats>

                    <com4:DataFormat>

语法

<com4:DataFormat
    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).'
    AspectFlag = 'An integer with a value between -1 and 15.'
    MediumFlag = 'An integer between 0 and 127.'
    Direction = 'A string with one of the following values: "Get", "Set", or "GetAndSet".' />

属性和元素

属性

属性 描述 数据类型 必填 默认值
FormatName 数据格式的名称。 一个长度介于 1 到 32767 个字符之间的字符串,其开头和结尾具有非空格字符。 是的
StandardFormat 数据格式的整数值。 采用十六进制格式的字符串,其中包含数字或字母 abcdef(大写或小写)。 是的
AspectFlag 表示所需数据或视图方面的 DVASPECT 枚举值。 一个介于 -1 和 15 之间的值的整数。 是的
MediumFlag 用于数据传输的存储介质的类型。 这对应于 TYMED 枚举 介于 0 和 127 之间的整数。 是的
方向 这表示与数据流方向相对应的 DATADIR 枚举。 具有以下值之一的字符串:GetSetGetAndSet 是的

子元素

没有。

父元素

Parent 元素 描述
com4:DataFormats 指定应用程序支持的默认和主要数据格式。

言论

请注意,FormatNameStandardFormat 是互斥属性,标准剪贴板格式

要求

项目 价值
Namespace http://schemas.microsoft.com/appx/manifest/com/windows10/4
最低 OS 版本 Windows 10 (内部版本 20348)