PresentationFrameworkCollection(Of T).IsSynchronized Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets a value indicating whether access to the PresentationFrameworkCollection(Of T) is synchronized (thread safe).
Assembly: System.Windows (in System.Windows.dll)
Property Value
Type: System.Booleantrue if access to the PresentationFrameworkCollection(Of T) is synchronized (thread safe); otherwise, false.
Implements
ICollection.IsSynchronized
Show: