com:DataFormats (ExeServer/Class 内)
アプリケーションでサポートされる既定のデータ形式とメインデータ形式を指定します。
要素の階層
<com:DataFormats>
構文
<com:DataFormats
DefaultFormatName = 'A string with a value between 1 and 32767 characters in length with a non-whitespace character at its beginning and end.'
DefaultStandardFormat = 'A string in hexadecimal format containing numbers or the letters a, b, c, d, e, f (capital or lower case).' >
<!-- Child elements -->
DataFormat{0,1000}
</com:DataFormats>
キー
{}
特定の出現範囲
属性と要素
属性
属性 | 説明 | データ型 | 必須 | 既定値 |
---|---|---|---|---|
DefaultFormatName | 書式名の文字列値。 | 長さが 1 ~ 32767 文字の文字列で、先頭と末尾に空白以外の文字が含まれます。 | Yes | |
DefaultStandardFormat | 形式名の 16 進値。 | 数字または文字 a 、d e b c または f (大文字または小文字) を含む 16 進数形式の文字列。 |
Yes |
子要素
子要素 | 説明 |
---|---|
com:DataFormat | アプリケーションでサポートされるデータ形式。 |
親要素
親要素 | 説明 |
---|---|
com:Class | ExeServer クラスの登録を定義します。 |
注釈
DefaultFormatName は文字列値で、 DefaultStandardFormat はサポートされているデータ形式の整数値です。 これらの値は相互に排他的です。
この要素は DataFormats サブキーに対応します。
必要条件
Item | 値 |
---|---|
Namespace | http://schemas.microsoft.com/appx/manifest/com/windows10 |
Minimum OS Version | Windows 10 バージョン 1703 (ビルド 15063) |