AppWindowTitleBar.IsCustomizationSupported 方法

定义

获取一个值,该值指示是否可以自定义标题栏。

public:
 static bool IsCustomizationSupported();
 static bool IsCustomizationSupported();
public static bool IsCustomizationSupported();
function isCustomizationSupported()
Public Shared Function IsCustomizationSupported () As Boolean

返回

Boolean

bool

true 如果标题栏可以自定义,则为 ;否则为 false

注解

重要

自 Windows 应用 SDK 1.2 起,Windows 10 部分支持标题栏自定义 API,Windows 11完全支持。 在调用这些 API 之前,应在代码中检查IsCustomizationSupported,以确保你的应用不会在其他版本的 Windows 上崩溃。 有关详细信息 ,请参阅标题栏自定义

适用于

另请参阅