다음을 통해 공유


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)

Syntax

‘선언
Public ReadOnly Property IsReadOnly As Boolean
public bool IsReadOnly { get; }

Property Value

Type: System.Boolean
true if the collection is read-only, false if it is read-write.

Implements

IList.IsReadOnly

.NET Framework Security

See Also

Reference

GlobalObjectCollection Class

Microsoft.VisualStudio.Shell.Design Namespace