Read only property returning whether synchronized (thread-safe) read-write access to the Collection is available. Will always return false. Use the ThumbnailItemCollectionEnumerator and its Lock method to access the ThumbnailItemCollection in a read-only thread safe manner.
Syntax
public virtual bool IsSynchronized {get;}
public: __property virtual bool get_IsSynchronized();
public:
virtual property bool IsSynchronized {
bool get();
}
See Also