DataSourceCollection.IsSynchronized Property

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

Syntax

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

value = instance.IsSynchronized
public bool IsSynchronized { get; }
public:
virtual property bool IsSynchronized {
    bool get () sealed;
}
abstract IsSynchronized : bool
override IsSynchronized : bool
final function get IsSynchronized () : boolean

Property Value

Type: System.Boolean

Implements

ICollection.IsSynchronized

.NET Framework Security

See Also

Reference

DataSourceCollection Class

DataSourceCollection Members

Microsoft.Internal.VisualStudio.PlatformUI Namespace