TestExecutionSettings.IsCodeColoringEnabled Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.VisualStudio.TestTools.Vsip
Assembly:  Microsoft.VisualStudio.QualityTools.Vsip (in Microsoft.VisualStudio.QualityTools.Vsip.dll)

Syntax

'Declaration
Public Property IsCodeColoringEnabled As Boolean
public bool IsCodeColoringEnabled { get; set; }
public:
virtual property bool IsCodeColoringEnabled {
    bool get () sealed;
    void set (bool value) sealed;
}
abstract IsCodeColoringEnabled : bool with get, set 
override IsCodeColoringEnabled : bool with get, set
final function get IsCodeColoringEnabled () : boolean 
final function set IsCodeColoringEnabled (value : boolean)

Property Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

TestExecutionSettings Class

Microsoft.VisualStudio.TestTools.Vsip Namespace