次の方法で共有


DevicePlatform 構造体

定義

アプリケーションが実行されているデバイス プラットフォームを表します。

public value class DevicePlatform : IEquatable<Microsoft::Maui::Devices::DevicePlatform>
public readonly struct DevicePlatform : IEquatable<Microsoft.Maui.Devices.DevicePlatform>
type DevicePlatform = struct
Public Structure DevicePlatform
Implements IEquatable(Of DevicePlatform)
継承
DevicePlatform
実装

プロパティ

Android

Android を表す の DevicePlatform インスタンスを取得します。

iOS

iOS を表す の DevicePlatform インスタンスを取得します。

MacCatalyst

Mac Catalyst を表す の DevicePlatform インスタンスを取得します。

macOS

macOS を表す の DevicePlatform インスタンスを取得します。

Tizen

Samsung Tizen を表す の DevicePlatform インスタンスを取得します。

tvOS

Apple tvOS を表す の DevicePlatform インスタンスを取得します。

Unknown

不明なプラットフォームを表す の DevicePlatform インスタンスを取得します。 これは、現在のプラットフォームが不明な場合に使用されます。

UWP
古い.

UWP を表す の DevicePlatform インスタンスを取得します。

watchOS

Apple watchOS を表す の DevicePlatform インスタンスを取得します。

WinUI

WinUI を表す の DevicePlatform インスタンスを取得します。

メソッド

Create(String)

新しいデバイス プラットフォーム インスタンスを作成します。 これを使用して、カスタム プラットフォームを定義できます。

Equals(DevicePlatform)

基になる DevicePlatform インスタンスを比較します。

Equals(Object)

プラットフォームの等価性を確認します。

GetHashCode()

このプラットフォーム インスタンスのハッシュ コードを取得します。

ToString()

デバイス プラットフォームの現在の値の文字列表現を返します。

演算子

Equality(DevicePlatform, DevicePlatform)

等号の等値演算子。

Inequality(DevicePlatform, DevicePlatform)

非等値演算子。

適用対象