Windows クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Windows プラットフォームを識別するマーカー クラス。
public ref class Windows sealed : Microsoft::Maui::Controls::IConfigPlatform
public sealed class Windows : Microsoft.Maui.Controls.IConfigPlatform
type Windows = class
interface IConfigPlatform
Public NotInheritable Class Windows
Implements IConfigPlatform
- 継承
-
Windows
- 実装
注釈
開発者は、このマーカー クラスの型名をメソッドに On<T>() 指定して、プラットフォーム固有の効果を実行する基になる Windows コントロールを指定します。
コンストラクター
Windows() |
Windows プラットフォームを識別するマーカー クラス。 |