Поделиться через


WindowsAppRuntimeVersion Struct

Definition

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.

Applies to