GlobalObjectCollection::IsReadOnly Property

 

Determines whether this collection is read-only.

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

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

Property Value

Type: System::Boolean

true if the collection is read-only, false if it is read-write.

Return to top
Show: