Share via


SelectedShapesCollection.SyncRoot Property

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

Syntax

'Declaration
Public ReadOnly Property SyncRoot As Object
'Usage
Dim instance As SelectedShapesCollection 
Dim value As Object 

value = instance.SyncRoot
public Object SyncRoot { get; }
public:
virtual property Object^ SyncRoot {
    Object^ get () sealed;
}
public final function get SyncRoot () : Object

Property Value

Type: System.Object

Implements

ICollection.SyncRoot

.NET Framework Security

See Also

Reference

SelectedShapesCollection Class

SelectedShapesCollection Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace