PackageRelationship Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the relationship between packages to be retrieved.
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
- Inheritance
-
PackageRelationship
- Attributes
Windows requirements
Device family |
Windows 11 Insider Preview (introduced in 10.0.23504.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v15.0)
|
Fields
Name | Value | Description |
---|---|---|
Dependencies | 0 | Gets dependencies of the current package. |
Dependents | 1 | Gets dependents of the current package. |
All | 2 | Gets dependencies and dependents of the current package. |