GlobalObjectCollection::IsSynchronized Property

 

Determines whether this collection is synchronized for multi-threaded access.

Namespace:   Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

public:
property bool IsSynchronized {
	virtual bool get() sealed;
}

Property Value

Type: System::Boolean

true if the collection is synchronized, otherwise false.

Return to top
Show: