次の方法で共有


CompositionDebugSettings.HeatMaps プロパティ

定義

このデバッグ設定インスタンスのヒートマップを取得します。

public:
 property CompositionDebugHeatMaps ^ HeatMaps { CompositionDebugHeatMaps ^ get(); };
CompositionDebugHeatMaps HeatMaps();
public CompositionDebugHeatMaps HeatMaps { get; }
var compositionDebugHeatMaps = compositionDebugSettings.heatMaps;
Public ReadOnly Property HeatMaps As CompositionDebugHeatMaps

プロパティ値

このデバッグ設定インスタンスのヒートマップ。

適用対象