ReleaseInfo Klasse

Definition

Stellt Versionsinformationen für eine Version der Windows App SDK dar.

public ref class ReleaseInfo abstract sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.ApplicationModel.WindowsAppRuntime.VersionInfoContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class ReleaseInfo final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.ApplicationModel.WindowsAppRuntime.VersionInfoContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public static class ReleaseInfo
Public Class ReleaseInfo
Vererbung
Object Platform::Object IInspectable ReleaseInfo
Attribute

Eigenschaften

Name Beschreibung
AsString

Ruft die Releaseinformationen ab, die als Zeichenfolge formatiert sind.

Major

Ruft die Hauptversion der Windows App SDK-Version ab.

Minor

Ruft die Nebenversion der Windows App SDK-Version ab.

Patch

Ruft die Patchversion der Windows App SDK-Version ab.

VersionTag

Ruft das Versionstag der Windows App SDK Version ab, z. B. "preview2" oder leere Zeichenfolge für stable.

Gilt für: