DataSourceCollection.SyncRoot Property

Namespace:  Microsoft.Internal.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

‘선언
Public ReadOnly Property SyncRoot As Object
    Get
‘사용 방법
Dim instance As DataSourceCollection
Dim value As Object

value = instance.SyncRoot
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

DataSourceCollection Class

DataSourceCollection Members

Microsoft.Internal.VisualStudio.PlatformUI Namespace