Share via


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)

Syntax

'Declaration
Public ReadOnly Property IsReadOnly As Boolean
'Usage
Dim instance As GlobalTypeCollection 
Dim value As Boolean 

value = instance.IsReadOnly
public bool IsReadOnly { get; }
public:
virtual property bool IsReadOnly {
    bool get () sealed;
}
public final function get IsReadOnly () : boolean

Property Value

Type: System.Boolean
true if this collection is read-only, otherwise false.

Implements

IList.IsReadOnly

.NET Framework Security

See Also

Reference

GlobalTypeCollection Class

GlobalTypeCollection Members

Microsoft.VisualStudio.Shell.Design Namespace