共用方式為


關聯性

MBAE 淘汰警告

重要

從 Windows 10 1803 版開始,MBAE 應用程式體驗會由 MO UWP 應用程式取代。 如需 MO UWP 應用程式的詳細資訊,請參閱 UWP 行動寬頻應用程式

Relationships 元素會指定用來追蹤裝置中繼資料快取內裝置中繼資料套件的資料。

使用

<Relationships>
  text
  child elements
</Relationships>

屬性

沒有屬性。

文字值

如果指定 Relationships 元素,則必須指定 ExperienceID 元素或 LanguageNeutralIdentifier 元素,或兩者。

子項目

元素 描述

ExperienceID

ExperienceID元素會指定由 Windows 開發人員中心儀表板管理的 GUID。 此 GUID 可用來針對與套件地區設定無關的相同裝置識別碼,將一或多個中繼資料套件分組。

LanguageNeutralIdentifier

LanguageNeutralIdentifier元素會指定 GUID,識別與地區設定無關的裝置中繼資料套件。

父元素

元素 描述

PackageInfo

PackageInfo元素會指定服務中繼資料封裝的屬性。

Xsd

<xs:element name="Relationships" type="tns:RelationshipsType" minOccurs="0" />

<xs:complexType name="RelationshipsType">
  <xs:sequence>
    <xs:element name="ExperienceID" type="tns:GUIDType" minOccurs="0" />
    <xs:element name="LanguageNeutralIdentifier" type="tns:GUIDType" minOccurs="0" />
    <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"
  </xs:sequence>
</xs:complexType>

言論

Relationships 元素的子項目 (ExperienceIDLanguageNeutralIdentifier) 提供個別的搜尋索引鍵,讓作業系統用來查詢裝置中繼資料快取內安裝的裝置中繼資料套件。