Share via


PackageRelationship Enum

Definition

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

Requirements Description
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.

Applies to

See also