Share via


ShapeIdCollection.SyncRoot Property

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

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)

Syntax

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

Property Value

Type: System.Object

Implements

ICollection.SyncRoot

.NET Framework Security

See Also

Reference

ShapeIdCollection Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace