PackageRelationship Énumération
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Définit la relation entre les packages à récupérer.
public enum class PackageRelationship
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 983040)]
enum class PackageRelationship
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 983040)]
public enum PackageRelationship
var value = Windows.ApplicationModel.PackageRelationship.dependencies
Public Enum PackageRelationship
- Héritage
-
PackageRelationship
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows 11 Insider Preview (introduit dans 10.0.23504.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v15.0)
|
Champs
All | 2 | Obtient les dépendances et les dépendances du package actuel. |
Dependencies | 0 | Obtient les dépendances du package actuel. |
Dependents | 1 | Obtient les dépendants du package actuel. |