FilteredObservableCollection<T>.IsReadOnly Property

Determines whether this collection is read-only.

Namespace:  Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

Syntax

'Declaration
Public ReadOnly Property IsReadOnly As Boolean
public bool IsReadOnly { get; }
public:
virtual property bool IsReadOnly {
    bool get () sealed;
}
abstract IsReadOnly : bool with get 
override IsReadOnly : bool with get
final function get IsReadOnly () : boolean

Property Value

Type: System.Boolean
Always returns true.

Implements

IList.IsReadOnly
ICollection<T>.IsReadOnly

.NET Framework Security

See Also

Reference

FilteredObservableCollection<T> Class

Microsoft.VisualStudio.Language.Intellisense Namespace