This documentation is archived and is not being maintained.
CaptureCollection::ICollection::SyncRoot Property
Visual Studio 2010
Updated: June 2011
Gets an object that can be used to synchronize access to the collection.
Assembly: System (in System.dll)
private: virtual property Object^ SyncRoot { Object^ get () sealed = ICollection::SyncRoot::get; }
Property Value
Type: System::ObjectA object that can be used to synchronize access to the collection.
Implements
ICollection::SyncRootThis member is an explicit interface implementation. It can be used only when the CaptureCollection instance is cast to an ICollection interface object.
Show: