Share via


ModelItemDictionary.IDictionary.IsReadOnly Property

For a description of this member, see IDictionary.IsReadOnly.

Namespace:  Microsoft.Windows.Design.Model
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
Private ReadOnly Property IsReadOnly As Boolean
    Implements IDictionary.IsReadOnly
    Get
bool IDictionary.IsReadOnly { get; }
private:
virtual property bool IsReadOnly {
    bool get () sealed = IDictionary::IsReadOnly::get;
}
private abstract IsReadOnly : bool
private override IsReadOnly : bool
JScript does not support explicit interface implementations.

Property Value

Type: System.Boolean
true if the IDictionary object is read-only; otherwise, false.

Implements

IDictionary.IsReadOnly

Remarks

This member is an explicit interface member implementation. It can be used only when the ModelItemDictionary instance is cast to an IDictionary interface.

.NET Framework Security

See Also

Reference

ModelItemDictionary Class

Microsoft.Windows.Design.Model Namespace

Other Resources

WPF Designer Extensibility Architecture