Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Note: This API is now obsolete.
Gets a value that indicates whether the tests and linked tests in this aggregation must be started synchronously.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
<ObsoleteAttribute> _
Public Overridable ReadOnly Property SynchronizedStart As Boolean
[ObsoleteAttribute]
public virtual bool SynchronizedStart { get; }
[ObsoleteAttribute]
public:
virtual property bool SynchronizedStart {
bool get ();
}
[<ObsoleteAttribute>]
abstract SynchronizedStart : bool with get
[<ObsoleteAttribute>]
override SynchronizedStart : bool with get
function get SynchronizedStart () : boolean
Property Value
Type: Boolean
true if the tests and linked tests must be started synchronously; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.