GlobalTypeCollection::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

Always returns false. Instances of GlobalTypeCollection are never synchronized.

Return to top
Show: