DebugSettings.IsTextPerformanceVisualizationEnabled Property

Definition

Gets or sets a value that indicates whether to engage the text performance visualization feature of Microsoft Visual Studio when the app runs.

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

Property Value

Boolean

bool

true to engage the text performance visualization feature of Microsoft Visual Studio; otherwise, false.

Applies to