Share via


TargetCollection.SyncRoot Property

Gets an object that can be used to synchronize access to the TargetCollection.

MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0.

Namespace:  Microsoft.Build.BuildEngine
Assembly:  Microsoft.Build.Engine (in Microsoft.Build.Engine.dll)

Syntax

'Declaration
Public ReadOnly Property SyncRoot As Object
public Object SyncRoot { get; }
public:
virtual property Object^ SyncRoot {
    Object^ get () sealed;
}
abstract SyncRoot : Object with get 
override SyncRoot : Object with get
final function get SyncRoot () : Object

Property Value

Type: System.Object
An object that can be used to synchronize access to the TargetCollection.

Implements

ICollection.SyncRoot

.NET Framework Security

See Also

Reference

TargetCollection Class

Microsoft.Build.BuildEngine Namespace