SelectedShapesCollection.SyncRoot Property

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

Syntax

'宣言
Public ReadOnly Property SyncRoot As Object
'使用
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

Permissions

See Also

Reference

SelectedShapesCollection Class

SelectedShapesCollection Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace