CompositionDebugOverdrawContentKinds 枚举

定义

定义常量,用于指定在过度绘制的热度地图上显示哪些类型的内容。

此枚举支持其成员值的按位组合。

public enum class CompositionDebugOverdrawContentKinds
/// [System.Flags]
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.LiftedContract, 65536)]
enum class CompositionDebugOverdrawContentKinds
/// [System.Flags]
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65536)]
enum class CompositionDebugOverdrawContentKinds
[System.Flags]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.LiftedContract), 65536)]
public enum CompositionDebugOverdrawContentKinds
[System.Flags]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65536)]
public enum CompositionDebugOverdrawContentKinds
var value = Microsoft.UI.Composition.Diagnostics.CompositionDebugOverdrawContentKinds.none
Public Enum CompositionDebugOverdrawContentKinds
继承
CompositionDebugOverdrawContentKinds
属性

字段

名称 说明
All 4294967295

将显示所有内容类型。

Colors 2

将显示颜色。

Effects 4

显示效果。

Lights 16

显示灯光。

None 0

不显示任何内容类型。

OffscreenRendered 1

显示屏幕外呈现的元素。

Shadows 8

显示阴影。

Surfaces 32

显示图面。

SwapChains 64

将显示 SwapChain。

注解

此枚举允许按位组合其成员值。

适用于