DebugSettings.IsTextPerformanceVisualizationEnabled 属性

定义

获取或设置一个值,该值指示在应用运行时是否使用 Microsoft Visual Studio 的文本性能可视化功能。

public:
 property bool IsTextPerformanceVisualizationEnabled { bool get(); void set(bool value); };
bool IsTextPerformanceVisualizationEnabled();

void IsTextPerformanceVisualizationEnabled(bool value);
public bool IsTextPerformanceVisualizationEnabled { get; set; }
var boolean = debugSettings.isTextPerformanceVisualizationEnabled;
debugSettings.isTextPerformanceVisualizationEnabled = boolean;
Public Property IsTextPerformanceVisualizationEnabled As Boolean

属性值

Boolean

bool

true 以使用 Microsoft Visual Studio 的文本性能可视化功能;否则为 false

适用于