属性

描述项的属性。

元素层次结构

<性能>
<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 来支持 system.)

字符串
类型

属性包含的值的类型。

此属性可以具有以下值之一:

  • bstr
  • boolean
  • string
  • wstr
  • astr
  • 字节
  • int16
  • uint16
  • int32
  • uint32
  • uint64
  • int64
  • double
  • datetime
  • stringarray
  • GUID
  • blob
  • null
  • empty
字符串

 

子元素

子元素 说明

将为 属性编制索引的值。

 

父元素

父元素 说明
AdditionalProperties

包含描述该项的其他属性。

 

请参阅

索引器示例

Windows。存储。搜索

要求

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