共用方式為


屬性

描述專案的屬性。

元素階層

<屬性>
<AdditionalProperties>
<屬性>

語法

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

  <!-- Child elements -->
  Value*

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

</Property>

答案

? 選擇性 (零或一)

: 預設值

* 選擇性 (零或多個)

屬性和項目

屬性

屬性 描述 資料類型 必要 預設值
金鑰

用來識別屬性的索引鍵。 這必須是系統屬性名稱 (查看清單) 的Windows 屬性或屬性的PROPERTYKEY 。 (您可以使用 PROPERTYKEY 來支援系統不知道的任意屬性。 )

字串 Yes
型別

屬性所包含的數值型別。

這個屬性可以具有下列其中一個值:

  • bstr
  • boolean
  • 字串
  • wstr
  • astr
  • byte
  • int16
  • uint16
  • int32
  • uint32
  • uint64
  • int64
  • double
  • Datetime
  • stringarray
  • guid
  • blob
  • null
  • empty
字串

 

子元素

子元素 描述

將為屬性編制索引的值。

 

父項目

Parent 項目 描述
AdditionalProperties

包含描述專案的其他屬性。

 

另請參閱

索引子範例

Windows。儲存體。搜索

需求

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