The Windows App SDK release's channel; for example, "preview", or empty string for stable.
public const string FormattedVersionShortTag
[release-dependent]
The Windows App SDK release's short-form version tag, formatted for concatenation when constructing identifiers; for example, "-p2", or empty string for stable.
public const string FormattedVersionTag
[release-dependent]
The Windows App SDK release's version tag, formatted for concatenation when constructing identifiers; for example, "-preview2", or empty string for stable.
public const ushort Major
[release-dependent]
The major version of the Windows App SDK release.
public const uint MajorMinor
[release-dependent]
The major and minor version of the Windows App SDK release, encoded as a uint32_t (0xMMMMNNNN where M=major, N=minor).
public const ushort Minor
[release-dependent]
The minor version of the Windows App SDK release.
public const ushort Patch
[release-dependent]
The patch version of the Windows App SDK release.
public const string VersionShortTag
[release-dependent]
The Windows App SDK release's short-form version tag; for example, "p2", or empty string for stable.
public const string VersionTag
[release-dependent]
The Windows App SDK release's version tag; for example, "preview2", or empty string for stable.
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.