DebugSettings.IsTextPerformanceVisualizationEnabled 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个值,该值指示在应用运行时是否使用 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
。