Dela 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
'Usage
Dim instance As ModelItemDictionary 
Dim value As Boolean 

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

Property Value

Type: System.Boolean

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

ModelItemDictionary Members

Microsoft.Windows.Design.Model Namespace

Other Resources

WPF Designer Extensibility Architecture