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.

Применяется к