Partilhar 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

'Declaração
Public ReadOnly Property IsReadOnly As Boolean
public bool IsReadOnly { get; }

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

Microsoft.VisualStudio.Shell.Design Namespace