次の方法で共有


プロパティ

項目を記述する プロパティ。

要素の階層

<プロパティ>
<AdditionalProperties>
<プロパティ>

構文

<Property Key   = string
          Type? = "bstr" | "boolean" | "string" | "wstr" | "astr" | ... : "string" >

  <!-- Child elements -->
  Value*

  <!-- This element may also contain text (mixed content). -->

</Property>

キー

? 省略可能 (0 または 1)

: の既定値

* 省略可能 (0 個以上)

属性および要素

属性

属性 説明 データ型 必須 既定値
キー

プロパティを識別するキー。 これは、システム プロパティ名 (リストのプロパティWindowsを参照) またはプロパティの PROPERTYKEY である必要があります。 ( PROPERTYKEY を使用すると、システムに知られていない任意のプロパティをサポートできます)。

string はい
Type

プロパティに含まれる値の型。

この属性は、次のいずれかの値になります。

  • bstr
  • boolean
  • string
  • wstr
  • astr
  • byte
  • int16
  • uint16
  • int32
  • uint32
  • uint64
  • int64
  • double
  • DATETIME
  • stringarray
  • guid
  • blob (blob)
  • null
  • empty
いいえ string

 

子要素

子要素 説明
Value

プロパティのインデックスを作成する値。

 

親要素

Parent 要素 説明
AdditionalProperties

項目を記述する追加のプロパティが含まれている。

 

関連項目

インデクサーのサンプル

Windows。Storage。検索

要件

Namespace http://schemas.microsoft.com/Search/2013/ApplicationContent