Compartir a través de


TestProjectSettings.IsBackgroundTestDiscoveryEnabled Property

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

Syntax

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

Property Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

TestProjectSettings Class

Microsoft.VisualStudio.TestTools.Vsip Namespace