GlobalTypeCollection::IsReadOnly Property

 

Gets whether the 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 this collection is read-only, otherwise false.

Return to top
Show: