DebugSettings.IsTextPerformanceVisualizationEnabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.