TestExecutionSettings.IsInPlaceInstrumentationEnabled 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 IsInPlaceInstrumentationEnabled As Boolean
public bool IsInPlaceInstrumentationEnabled { get; set; }
public:
virtual property bool IsInPlaceInstrumentationEnabled {
    bool get () sealed;
    void set (bool value) sealed;
}
abstract IsInPlaceInstrumentationEnabled : bool with get, set 
override IsInPlaceInstrumentationEnabled : bool with get, set
final function get IsInPlaceInstrumentationEnabled () : boolean 
final function set IsInPlaceInstrumentationEnabled (value : boolean)

Property Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

TestExecutionSettings Class

Microsoft.VisualStudio.TestTools.Vsip Namespace