WindowsAppRuntimeVersion Struct
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.
Represents a version of the Windows App Runtime.
public value class WindowsAppRuntimeVersion
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.ApplicationModel.WindowsAppRuntime.RuntimeCompatibilityContract, 65536)]
struct WindowsAppRuntimeVersion
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.ApplicationModel.WindowsAppRuntime.RuntimeCompatibilityContract), 65536)]
public struct WindowsAppRuntimeVersion
var windowsAppRuntimeVersion = {
major : /* Your value */,
minor : /* Your value */,
patch : /* Your value */
}
Public Structure WindowsAppRuntimeVersion
- Inheritance
-
WindowsAppRuntimeVersion
- Attributes
Fields
Major |
The major version of the Windows App SDK release. |
Minor |
The minor version of the Windows App SDK release. |
Patch |
The patch version of the Windows App SDK release. |