Share via


Windows 类

定义

标识 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 平台的标记类。

适用于