LinkedElementCollection<T>.IList.IsReadOnly Property

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)

Syntax

'宣言
Private ReadOnly Property IsReadOnly As Boolean
    Implements IList.IsReadOnly
'使用
Dim instance As LinkedElementCollection
Dim value As Boolean

value = CType(instance, IList).IsReadOnly
bool IList.IsReadOnly { get; }
private:
virtual property bool IsReadOnly {
    bool get () sealed = IList::IsReadOnly::get;
}
JScript does not support explicit interface implementations.

Property Value

Type: System.Boolean

Implements

IList.IsReadOnly

Permissions

See Also

Reference

LinkedElementCollection<T> Class

LinkedElementCollection<T> Members

Microsoft.VisualStudio.Modeling Namespace