Udostępnij przez


Relationships

Ostrzeżenie o deprecjacji programu MBAE

Important

Począwszy od systemu Windows 10 w wersji 1803, środowisko aplikacji MBAE jest zastępowane przez aplikację MO PLATFORMY UWP. Aby uzyskać więcej informacji na temat aplikacji MO UWP, zobacz aplikacje mobilne szerokopasmowe UWP.

Element Relacje określa dane używane do śledzenia pakietu metadanych urządzenia w pamięci podręcznej metadanych urządzenia.

Usage

<Relationships>
  text
  child elements
</Relationships>

Attributes

Brak atrybutów.

Text value

If the Relationships element is specified, it must specify the ExperienceID element or the LanguageNeutralIdentifier element, or both.

Child elements

Element Description

ExperienceID

The ExperienceID element specifies a GUID that is managed by the Windows Dev Center Dashboard. Ten identyfikator GUID służy do grupowania co najmniej jednego pakietu metadanych dla tych samych identyfikatorów urządzeń niezależnie od ustawień regionalnych pakietów.

LanguageNeutralIdentifier

The LanguageNeutralIdentifier element specifies a GUID that identifies the device metadata package independent of its locale.

Parent elements

Element Description

PackageInfo

The PackageInfo element specifies the attributes of the service metadata package.

język 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>

Remarks

The child elements of the Relationships element (ExperienceID and LanguageNeutralIdentifier) provide separate search keys that the operating system uses to query device metadata packages that are installed within the device metadata cache.